diff options
author | Nick Brassel <nick@tzarc.org> | 2020-04-29 14:01:20 +1000 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-06-12 17:00:27 +0900 |
commit | 204887d1e44fe411453fc96344be94738be395ca (patch) | |
tree | c6e0e57c7cc28f1b1df9af3f2a7682c50c5a1846 /quantum/stm32/mcuconf.h | |
parent | d26a9a7a2272b00a83d8ca6e6cf9044315babb5e (diff) |
Add SPI master for ChibiOS/ARM. (#8779)
Diffstat (limited to 'quantum/stm32/mcuconf.h')
-rw-r--r-- | quantum/stm32/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/stm32/mcuconf.h b/quantum/stm32/mcuconf.h index ca4ad7b515..71994a98e0 100644 --- a/quantum/stm32/mcuconf.h +++ b/quantum/stm32/mcuconf.h @@ -227,7 +227,7 @@ * SPI driver system settings. */ #define STM32_SPI_USE_SPI1 FALSE -#define STM32_SPI_USE_SPI2 FALSE +#define STM32_SPI_USE_SPI2 TRUE #define STM32_SPI_USE_SPI3 FALSE #define STM32_SPI_SPI1_DMA_PRIORITY 1 #define STM32_SPI_SPI2_DMA_PRIORITY 1 |