diff options
Diffstat (limited to 'keyboards/chibios_test/stm32_f072_onekey/halconf.h')
-rw-r--r-- | keyboards/chibios_test/stm32_f072_onekey/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/chibios_test/stm32_f072_onekey/halconf.h b/keyboards/chibios_test/stm32_f072_onekey/halconf.h index 1a450d632..46b37a4f4 100644 --- a/keyboards/chibios_test/stm32_f072_onekey/halconf.h +++ b/keyboards/chibios_test/stm32_f072_onekey/halconf.h | |||
@@ -139,7 +139,7 @@ | |||
139 | * @brief Enables the SERIAL over USB subsystem. | 139 | * @brief Enables the SERIAL over USB subsystem. |
140 | */ | 140 | */ |
141 | #if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) | 141 | #if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) |
142 | #define HAL_USE_SERIAL_USB FALSE | 142 | #define HAL_USE_SERIAL_USB TRUE |
143 | #endif | 143 | #endif |
144 | 144 | ||
145 | /** | 145 | /** |