File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 101101 * @brief Enables the MMC_SPI subsystem.
102102 */
103103#if !defined(HAL_USE_MMC_SPI ) || defined(__DOXYGEN__ )
104- #define HAL_USE_MMC_SPI FALSE
104+ #define HAL_USE_MMC_SPI TRUE
105105#endif
106106
107107/**
143143 * @brief Enables the SPI subsystem.
144144 */
145145#if !defined(HAL_USE_SPI ) || defined(__DOXYGEN__ )
146- #define HAL_USE_SPI FALSE
146+ #define HAL_USE_SPI TRUE
147147#endif
148148
149149/**
Original file line number Diff line number Diff line change 179179 */
180180#define STM32_SPI_USE_SPI1 FALSE
181181#define STM32_SPI_USE_SPI2 FALSE
182- #define STM32_SPI_USE_SPI3 FALSE
182+ #define STM32_SPI_USE_SPI3 TRUE
183183#define STM32_SPI_SPI1_DMA_PRIORITY 1
184184#define STM32_SPI_SPI2_DMA_PRIORITY 1
185185#define STM32_SPI_SPI3_DMA_PRIORITY 1
You can’t perform that action at this time.
0 commit comments