aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-19 16:57:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-19 16:57:04 +0000
commit53217647e504da509e648735b47c6fe652cd5b90 (patch)
treef40deec93784379b17d0d6bcce48501316463573 /demos
parentc82d270d18cddcf15a0ccfcc95e861c33add8861 (diff)
downloadChibiOS-53217647e504da509e648735b47c6fe652cd5b90.tar.gz
ChibiOS-53217647e504da509e648735b47c6fe652cd5b90.tar.bz2
ChibiOS-53217647e504da509e648735b47c6fe652cd5b90.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1443 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-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 62f17c0bc..4e2e694c4 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 TRUE
+#define CH_HAL_USE_SPI FALSE
#endif
/**