diff options
Diffstat (limited to 'quantum/stm32/halconf.h')
-rw-r--r-- | quantum/stm32/halconf.h | 2 |
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 @@ * @brief Enables the SPI subsystem. */ # if !defined(HAL_USE_SPI) || defined(__DOXYGEN__) -# define HAL_USE_SPI FALSE +# define HAL_USE_SPI TRUE # endif /** |