From 906554e06fe5a94adb5cd05798830fb6ed23486c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 1 Mar 2009 16:06:18 +0000 Subject: [PATCH] Fix typo in name git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1549 42af7a65-404d-4744-a932-0658087f49c3 --- arch/z80/src/ez80/ez80f91.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/z80/src/ez80/ez80f91.h b/arch/z80/src/ez80/ez80f91.h index a554d12deef..6130c58ab7d 100644 --- a/arch/z80/src/ez80/ez80f91.h +++ b/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 */