diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-02 14:38:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-02 14:38:08 +0000 |
commit | 39021902482ee2309e9234bb6f5c642500629b2b (patch) | |
tree | d27ac9e0649d9448ed8779ff26822f60dac93ca4 /os/hal/platforms/LPC214x | |
parent | 946e895798593421d93e9d5f510504405f9e1c8d (diff) | |
download | ChibiOS-39021902482ee2309e9234bb6f5c642500629b2b.tar.gz ChibiOS-39021902482ee2309e9234bb6f5c642500629b2b.tar.bz2 ChibiOS-39021902482ee2309e9234bb6f5c642500629b2b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1834 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC214x')
-rw-r--r-- | os/hal/platforms/LPC214x/serial_lld.c | 3 | ||||
-rw-r--r-- | os/hal/platforms/LPC214x/serial_lld.h | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/os/hal/platforms/LPC214x/serial_lld.c b/os/hal/platforms/LPC214x/serial_lld.c index 673c737f3..d79ba22d2 100644 --- a/os/hal/platforms/LPC214x/serial_lld.c +++ b/os/hal/platforms/LPC214x/serial_lld.c @@ -208,7 +208,6 @@ static void notify1(void) { }
#endif
-
/**
* @brief Driver SD2 output notification.
*/
@@ -238,7 +237,6 @@ CH_IRQ_HANDLER(UART0IrqHandler) { }
#endif
-
/**
* @brief UART1 IRQ handler.
*/
@@ -254,7 +252,6 @@ CH_IRQ_HANDLER(UART1IrqHandler) { }
#endif
-
/*===========================================================================*/
/* Driver exported functions. */
/*===========================================================================*/
diff --git a/os/hal/platforms/LPC214x/serial_lld.h b/os/hal/platforms/LPC214x/serial_lld.h index 34da8c8d4..6d47f9d95 100644 --- a/os/hal/platforms/LPC214x/serial_lld.h +++ b/os/hal/platforms/LPC214x/serial_lld.h @@ -64,7 +64,7 @@ * also increase the worst case interrupt response time because the
* preload loops.
*/
-#if !defined(UART_FIFO_PRELOAD) || defined(__DOXYGEN__)
+#if !defined(LPC214x_UART_FIFO_PRELOAD) || defined(__DOXYGEN__)
#define LPC214x_UART_FIFO_PRELOAD 16
#endif
|