aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-19 11:10:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-19 11:10:08 +0000
commitc82d270d18cddcf15a0ccfcc95e861c33add8861 (patch)
tree446cccdcadf0db642f684dc3abd25e2c42e06abd /demos/ARM7-LPC214x-GCC
parentcb565d0734615184aa74eb76981e55ff2aaebd35 (diff)
downloadChibiOS-c82d270d18cddcf15a0ccfcc95e861c33add8861.tar.gz
ChibiOS-c82d270d18cddcf15a0ccfcc95e861c33add8861.tar.bz2
ChibiOS-c82d270d18cddcf15a0ccfcc95e861c33add8861.zip
LPC214x SPI driver added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1442 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC')
-rw-r--r--demos/ARM7-LPC214x-GCC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-GCC/halconf.h b/demos/ARM7-LPC214x-GCC/halconf.h
index 4e2e694c4..62f17c0bc 100644
--- a/demos/ARM7-LPC214x-GCC/halconf.h
+++ b/demos/ARM7-LPC214x-GCC/halconf.h
@@ -81,7 +81,7 @@
* @brief Enables the SPI subsystem.
*/
#if !defined(CH_HAL_USE_SPI) || defined(__DOXYGEN__)
-#define CH_HAL_USE_SPI FALSE
+#define CH_HAL_USE_SPI TRUE
#endif
/**