aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F767ZI-NUCLEO144/halconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-19 13:13:11 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-19 13:13:11 +0000
commit10ad7f4525e301904d461aa60cbfd8ecffa78622 (patch)
tree681f32cd7af59e2d12facb65786e3125cc57aad4 /demos/STM32/RT-STM32F767ZI-NUCLEO144/halconf.h
parent86fed9342d5f072bb7c879abdaec29cb7b94f605 (diff)
downloadChibiOS-10ad7f4525e301904d461aa60cbfd8ecffa78622.tar.gz
ChibiOS-10ad7f4525e301904d461aa60cbfd8ecffa78622.tar.bz2
ChibiOS-10ad7f4525e301904d461aa60cbfd8ecffa78622.zip
More #912.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11348 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F767ZI-NUCLEO144/halconf.h')
-rw-r--r--demos/STM32/RT-STM32F767ZI-NUCLEO144/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F767ZI-NUCLEO144/halconf.h b/demos/STM32/RT-STM32F767ZI-NUCLEO144/halconf.h
index d7793e22c..2b9fef087 100644
--- a/demos/STM32/RT-STM32F767ZI-NUCLEO144/halconf.h
+++ b/demos/STM32/RT-STM32F767ZI-NUCLEO144/halconf.h
@@ -139,7 +139,7 @@
* @brief Enables the SDC subsystem.
*/
#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
-#define HAL_USE_SDC FALSE
+#define HAL_USE_SDC TRUE
#endif
/**