Skip to content

Commit b0cd33e

Browse files
committed
[min] Activate MMC in the configuration
1 parent e481442 commit b0cd33e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Configuration/halconf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
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
/**
@@ -143,7 +143,7 @@
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
/**

src/Configuration/mcuconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
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

0 commit comments

Comments
 (0)