diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/templates/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index 8e6ae94dc..d4c63365e 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/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
/**
|