Skip to content

Commit 579c403

Browse files
committed
STM32H7: undefine USE_SD_TRANSCEIVER
This patch should be surrounded by ifndef
1 parent f047a7a commit 579c403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32H7/STM32Cube_FW/stm32h7xx_hal_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
#define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */
165165
#define TICK_INT_PRIORITY ((uint32_t)0x0F) /*!< tick interrupt priority */
166166
#define USE_RTOS 0
167-
#define USE_SD_TRANSCEIVER 1U /*!< use uSD Transceiver */
167+
#define USE_SD_TRANSCEIVER 0U /*!< use uSD Transceiver */
168168
#define USE_SPI_CRC 1U /*!< use CRC in SPI */
169169

170170
#define USE_HAL_ADC_REGISTER_CALLBACKS 0U /* ADC register callback disabled */

0 commit comments

Comments
 (0)