diff options
| author | Nick Brassel | 2020-04-29 06:01:20 +0200 |
|---|---|---|
| committer | GitHub | 2020-04-29 06:01:20 +0200 |
| commit | b17482c3fdca11788c0863465ed4a7e56a13d0f5 (patch) | |
| tree | 83a36cc8f2a755dcbc2821fceea4d11e84501f28 /quantum/stm32/halconf.h | |
| parent | 5b4870c046fa81b5574904cd21e2d13da41cf2e4 (diff) | |
Add SPI master for ChibiOS/ARM. (#8779)
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 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 /** |