summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc43xx/chip/lpc43_uart.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-04 14:19:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-04 14:19:49 +0000
commit6e63518d400fabf1531c9fb5445382951e3fbb02 (patch)
treef241f118658e7f60ebdedc34ab789375b872e191 /nuttx/arch/arm/src/lpc43xx/chip/lpc43_uart.h
parent303a7643acc29e6a28f6dcdd1e2c4dd5fd2e46e3 (diff)
downloadpx4-nuttx-6e63518d400fabf1531c9fb5445382951e3fbb02.tar.gz
px4-nuttx-6e63518d400fabf1531c9fb5445382951e3fbb02.tar.bz2
px4-nuttx-6e63518d400fabf1531c9fb5445382951e3fbb02.zip
Clean up LPC43 USART vs UART naming
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4903 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc43xx/chip/lpc43_uart.h')
-rw-r--r--nuttx/arch/arm/src/lpc43xx/chip/lpc43_uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc43xx/chip/lpc43_uart.h b/nuttx/arch/arm/src/lpc43xx/chip/lpc43_uart.h
index 8eb981f06..a90b4da64 100644
--- a/nuttx/arch/arm/src/lpc43xx/chip/lpc43_uart.h
+++ b/nuttx/arch/arm/src/lpc43xx/chip/lpc43_uart.h
@@ -299,7 +299,7 @@
#define UART_ACR_ABEOINTCLR (1 << 8) /* Bit 8: End of auto-baud interrupt clear */
#define UART_ACR_ABTOINTCLRT (1 << 9) /* Bit 9: Auto-baud time-out interrupt clear */
/* Bits 10-31: Reserved */
-/* ICA IrDA Control Register (UART0,2,3 only) */
+/* ICA IrDA Control Register (USART0,2,3 only) */
#define UART_ICR_IRDAEN (1 << 0) /* Bit 0: Enable IrDA mode */
#define UART_ICR_IRDAINV (1 << 1) /* Bit 1: Invert serial input */