stm32/boards/NUCLEO_H743ZI: Disable uSD transceiver.

There's no uSD Transceiver on this NUCLEO board.
This commit is contained in:
iabdalkader 2018-03-19 15:22:01 +02:00 committed by Damien George
parent 1e0a67f290
commit 7b0a020a02
1 changed files with 1 additions and 1 deletions

View File

@ -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 */