aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-02 15:48:29 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-02 15:48:29 +0000
commitc38a9d7480181a996eccd4944f8cc2b9b24014dd (patch)
treebf56a4a0e3aa4c83d2484ec5175411df7b6f3ef3
parent7fb3c807170fe737294d521ad1c8654b6e069c49 (diff)
downloadChibiOS-c38a9d7480181a996eccd4944f8cc2b9b24014dd.tar.gz
ChibiOS-c38a9d7480181a996eccd4944f8cc2b9b24014dd.tar.bz2
ChibiOS-c38a9d7480181a996eccd4944f8cc2b9b24014dd.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11105 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--demos/STM32/RT-STM32F407-DISCOVERY-G++/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F407-DISCOVERY-G++/halconf.h b/demos/STM32/RT-STM32F407-DISCOVERY-G++/halconf.h
index a56ebb9c9..5bded0d10 100644
--- a/demos/STM32/RT-STM32F407-DISCOVERY-G++/halconf.h
+++ b/demos/STM32/RT-STM32F407-DISCOVERY-G++/halconf.h
@@ -160,7 +160,7 @@
* @brief Enables the SPI subsystem.
*/
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
-#define HAL_USE_SPI TRUE
+#define HAL_USE_SPI FALSE
#endif
/**