Skip to content

Commit

Permalink
stm32/boards/NUCLEO_H743ZI: Disable uSD transceiver.
Browse files Browse the repository at this point in the history
There's no uSD Transceiver on this NUCLEO board.
  • Loading branch information
iabdalkader authored and dpgeorge committed Mar 20, 2018
1 parent 1e0a67f commit 7b0a020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm32/boards/NUCLEO_H743ZI/stm32h7xx_hal_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7b0a020

Please sign in to comment.