summaryrefslogtreecommitdiff
path: root/quantum/stm32/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/stm32/halconf.h')
-rw-r--r--quantum/stm32/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/stm32/halconf.h b/quantum/stm32/halconf.h
index c3e0cbb728..a14ace02b4 100644
--- a/quantum/stm32/halconf.h
+++ b/quantum/stm32/halconf.h
@@ -111,7 +111,7 @@
* @brief Enables the PWM subsystem.
*/
#if !defined(HAL_USE_PWM) || defined(__DOXYGEN__)
-#define HAL_USE_PWM FALSE
+#define HAL_USE_PWM TRUE
#endif
/**