diff options
| author | iabdalkader | 2018-03-19 15:22:01 +0200 |
|---|---|---|
| committer | Damien George | 2018-03-20 23:26:03 +1100 |
| commit | 7b0a020a02595d4ca1e782c8282d01bc220c84c7 (patch) | |
| tree | 8d9880debc6de88cefa8101f58a9ed2f443128d8 | |
| parent | 1e0a67f2906a019d29fcc25e9ca1bba0267b9f0e (diff) | |
stm32/boards/NUCLEO_H743ZI: Disable uSD transceiver.
There's no uSD Transceiver on this NUCLEO board.
| -rw-r--r-- | ports/stm32/boards/NUCLEO_H743ZI/stm32h7xx_hal_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/boards/NUCLEO_H743ZI/stm32h7xx_hal_conf.h b/ports/stm32/boards/NUCLEO_H743ZI/stm32h7xx_hal_conf.h index 89421d30b..19f9563ab 100644 --- a/ports/stm32/boards/NUCLEO_H743ZI/stm32h7xx_hal_conf.h +++ b/ports/stm32/boards/NUCLEO_H743ZI/stm32h7xx_hal_conf.h @@ -168,7 +168,7 @@ #define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */ #define TICK_INT_PRIORITY ((uint32_t)0x0F) /*!< tick interrupt priority */ #define USE_RTOS 0 -#define USE_SD_TRANSCEIVER 1U /*!< use uSD Transceiver */ +#define USE_SD_TRANSCEIVER 0U /*!< use uSD Transceiver */ /* ########################### Ethernet Configuration ######################### */ #define ETH_TX_DESC_CNT 4 /* number of Ethernet Tx DMA descriptors */ |
