aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/USB_CDC/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/USB_CDC/halconf.h')
-rw-r--r--testhal/STM32/USB_CDC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/USB_CDC/halconf.h b/testhal/STM32/USB_CDC/halconf.h
index 0a957f0b9..6700bcad5 100644
--- a/testhal/STM32/USB_CDC/halconf.h
+++ b/testhal/STM32/USB_CDC/halconf.h
@@ -93,7 +93,7 @@
* @brief Enables the SERIAL over USB subsystem.
*/
#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL_USB TRUE
+#define HAL_USE_SERIAL_USB FALSE
#endif
/**