aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/UART
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/UART')
-rw-r--r--testhal/STM32/UART/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/UART/halconf.h b/testhal/STM32/UART/halconf.h
index b30c54bfe..9eb3f65d5 100644
--- a/testhal/STM32/UART/halconf.h
+++ b/testhal/STM32/UART/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
/**