diff options
Diffstat (limited to 'os/hal/platforms/LPC214x/lpc214x.h')
-rw-r--r-- | os/hal/platforms/LPC214x/lpc214x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC214x/lpc214x.h b/os/hal/platforms/LPC214x/lpc214x.h index b30996568..d1990bea9 100644 --- a/os/hal/platforms/LPC214x/lpc214x.h +++ b/os/hal/platforms/LPC214x/lpc214x.h @@ -277,7 +277,7 @@ typedef struct { IOREG32 UART_FCR;
};
IOREG32 UART_LCR;
- IOREG32 UART_MCR; // UART1 only
+ IOREG32 UART_MCR;
IOREG32 UART_LSR;
IOREG32 unused18;
IOREG32 UART_SCR;
|