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