summaryrefslogtreecommitdiffstats
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 106f0f5755..533803a25f 100644
--- a/quantum/stm32/halconf.h
+++ b/quantum/stm32/halconf.h
@@ -156,7 +156,7 @@
* @brief Enables the SPI subsystem.
*/
# if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
-# define HAL_USE_SPI FALSE
+# define HAL_USE_SPI TRUE
# endif
/**