diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-14 07:05:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-14 07:05:46 +0000 |
commit | 67e6534f658113f8bdfccab5fb6373214501d32b (patch) | |
tree | 8f750d509d6692b5ad6e03c093bc07a0677acb6e /testhal/STM8S/SPI/demo/halconf.h | |
parent | b0af64e71f7f6accd46bbbbe481d4753fd38cf21 (diff) | |
download | ChibiOS-67e6534f658113f8bdfccab5fb6373214501d32b.tar.gz ChibiOS-67e6534f658113f8bdfccab5fb6373214501d32b.tar.bz2 ChibiOS-67e6534f658113f8bdfccab5fb6373214501d32b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2955 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM8S/SPI/demo/halconf.h')
-rw-r--r-- | testhal/STM8S/SPI/demo/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM8S/SPI/demo/halconf.h b/testhal/STM8S/SPI/demo/halconf.h index 4456d44ba..593a64f1b 100644 --- a/testhal/STM8S/SPI/demo/halconf.h +++ b/testhal/STM8S/SPI/demo/halconf.h @@ -101,7 +101,7 @@ * @brief Enables the SDC subsystem.
*/
#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
-#define HAL_USE_SDC TRUE
+#define HAL_USE_SDC FALSE
#endif
/**
|