summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/str71x/str71x_uart.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-06 01:54:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-06 01:54:11 +0000
commit81597afb0f0c3ea5912387db506f86d2989b2ad2 (patch)
tree2f194e11c1167456abc1c7779009b800eebab1ee /nuttx/arch/arm/src/str71x/str71x_uart.h
parent3f38e3b45ef0d6f4290b9ad7166481e31a73269c (diff)
downloadpx4-nuttx-81597afb0f0c3ea5912387db506f86d2989b2ad2.tar.gz
px4-nuttx-81597afb0f0c3ea5912387db506f86d2989b2ad2.tar.bz2
px4-nuttx-81597afb0f0c3ea5912387db506f86d2989b2ad2.zip
Need to set UART interrupt priority
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1854 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/str71x/str71x_uart.h')
-rw-r--r--nuttx/arch/arm/src/str71x/str71x_uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/str71x/str71x_uart.h b/nuttx/arch/arm/src/str71x/str71x_uart.h
index eced989f0..d3018586f 100644
--- a/nuttx/arch/arm/src/str71x/str71x_uart.h
+++ b/nuttx/arch/arm/src/str71x/str71x_uart.h
@@ -161,7 +161,7 @@
#define STR71X_UARTSR_PERR (0x0008) /* Bit 3: Parity error */
#define STR71X_UARTSR_FRERROR (0x0010) /* Bit 4: Frame error */
#define STR71X_UARTSR_OVERRUN (0x0020) /* Bit 5: Overrun error */
-#define STR71X_UARTSR_TIMEOUTNE (0x0040) /* Bit 6: Time out not empty*/
+#define STR71X_UARTSR_TIMEOUTNE (0x0040) /* Bit 6: Time out not empty */
#define STR71X_UARTSR_TIMEOUTIDLE (0x0080) /* Bit 7: Timeout out idle */
#define STR71X_UARTSR_RHF (0x0100) /* Bit 8: Rx half full */
#define STR71X_UARTSR_TF (0x0200) /* Bit 9: Tx full */