aboutsummaryrefslogtreecommitdiff
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 106f0f575..533803a25 100644
--- a/quantum/stm32/halconf.h
+++ b/quantum/stm32/halconf.h
@@ -156,7 +156,7 @@
156 * @brief Enables the SPI subsystem. 156 * @brief Enables the SPI subsystem.
157 */ 157 */
158# if !defined(HAL_USE_SPI) || defined(__DOXYGEN__) 158# if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
159# define HAL_USE_SPI FALSE 159# define HAL_USE_SPI TRUE
160# endif 160# endif
161 161
162/** 162/**