summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-01 16:06:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-01 16:06:18 +0000
commit8d293402a9ccc3d2ea33cbde805bfb64d257bd2c (patch)
tree6f043f360bef596f4f93b9f4564089c1eb557fd1 /nuttx/arch
parent6a0253a17f863844bf24bd228d1a10b0167e8d25 (diff)
downloadpx4-nuttx-8d293402a9ccc3d2ea33cbde805bfb64d257bd2c.tar.gz
px4-nuttx-8d293402a9ccc3d2ea33cbde805bfb64d257bd2c.tar.bz2
px4-nuttx-8d293402a9ccc3d2ea33cbde805bfb64d257bd2c.zip
Fix typo in name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1549 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/z80/src/ez80/ez80f91.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/ez80/ez80f91.h b/nuttx/arch/z80/src/ez80/ez80f91.h
index a554d12de..6130c58ab 100644
--- a/nuttx/arch/z80/src/ez80/ez80f91.h
+++ b/nuttx/arch/z80/src/ez80/ez80f91.h
@@ -377,7 +377,7 @@
#define EZ80_UARTLCTL_FPE 0x20 /* Bit 5: Force parity error */
#define EZ80_UARTLCTL_EPS 0x10 /* Bit 4: Even parity select */
#define EZ80_UARTLCTL_PEN 0x08 /* Bit 3: Parity enable */
-#define EZ80_UARTLCTl_2STOP 0x04 /* Bit 2: 2 stop bits */
+#define EZ80_UARTLCTL_2STOP 0x04 /* Bit 2: 2 stop bits */
#define EZ80_UARTLCTL_CHAR 0x03 /* Bits 0-2: Number of data bits */
# define EZ80_UARTCHAR_5BITS 0x00 /* 00: 5 data bits */
# define EZ80_UARTCHAR_6BITS 0x01 /* 01: 6 data bits */