diff options
Diffstat (limited to 'quantum/stm32')
| -rw-r--r-- | quantum/stm32/halconf.h | 2 | ||||
| -rw-r--r-- | quantum/stm32/mcuconf.h | 2 |
2 files changed, 2 insertions, 2 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 | /** |
diff --git a/quantum/stm32/mcuconf.h b/quantum/stm32/mcuconf.h index ca4ad7b51..71994a98e 100644 --- a/quantum/stm32/mcuconf.h +++ b/quantum/stm32/mcuconf.h | |||
| @@ -227,7 +227,7 @@ | |||
| 227 | * SPI driver system settings. | 227 | * SPI driver system settings. |
| 228 | */ | 228 | */ |
| 229 | #define STM32_SPI_USE_SPI1 FALSE | 229 | #define STM32_SPI_USE_SPI1 FALSE |
| 230 | #define STM32_SPI_USE_SPI2 FALSE | 230 | #define STM32_SPI_USE_SPI2 TRUE |
| 231 | #define STM32_SPI_USE_SPI3 FALSE | 231 | #define STM32_SPI_USE_SPI3 FALSE |
| 232 | #define STM32_SPI_SPI1_DMA_PRIORITY 1 | 232 | #define STM32_SPI_SPI1_DMA_PRIORITY 1 |
| 233 | #define STM32_SPI_SPI2_DMA_PRIORITY 1 | 233 | #define STM32_SPI_SPI2_DMA_PRIORITY 1 |
