aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 17:17:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 17:17:48 +0000
commit02caf0b18749c1780c787fad81ad08f8c4ec5a79 (patch)
treed29624059a4f8fd50f3fd53355c0411900c8f7fb /os/hal/platforms/LPC11xx
parentfc508d51c315c34246e330adc7e880c80683b2e3 (diff)
downloadChibiOS-02caf0b18749c1780c787fad81ad08f8c4ec5a79.tar.gz
ChibiOS-02caf0b18749c1780c787fad81ad08f8c4ec5a79.tar.bz2
ChibiOS-02caf0b18749c1780c787fad81ad08f8c4ec5a79.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2283 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC11xx')
-rw-r--r--os/hal/platforms/LPC11xx/spi_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC11xx/spi_lld.c b/os/hal/platforms/LPC11xx/spi_lld.c
index b27d71ed0..50cd0c1ef 100644
--- a/os/hal/platforms/LPC11xx/spi_lld.c
+++ b/os/hal/platforms/LPC11xx/spi_lld.c
@@ -28,7 +28,7 @@
#include "ch.h"
#include "hal.h"
-#if LPC11xx_SPI_USE_SSP0 || defined(__DOXYGEN__)
+#if CH_HAL_USE_SPI || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver exported variables. */