diff options
Diffstat (limited to 'testhal/LPC11xx/IRQ_STORM')
-rw-r--r-- | testhal/LPC11xx/IRQ_STORM/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/LPC11xx/IRQ_STORM/halconf.h b/testhal/LPC11xx/IRQ_STORM/halconf.h index 4bc5ee823..ec8fe5145 100644 --- a/testhal/LPC11xx/IRQ_STORM/halconf.h +++ b/testhal/LPC11xx/IRQ_STORM/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
/**
|