aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC214x/serial_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-02 14:38:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-02 14:38:08 +0000
commit39021902482ee2309e9234bb6f5c642500629b2b (patch)
treed27ac9e0649d9448ed8779ff26822f60dac93ca4 /os/hal/platforms/LPC214x/serial_lld.h
parent946e895798593421d93e9d5f510504405f9e1c8d (diff)
downloadChibiOS-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/serial_lld.h')
-rw-r--r--os/hal/platforms/LPC214x/serial_lld.h2
1 files changed, 1 insertions, 1 deletions
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