mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7642 from ashok-rao/SPI_CS_fix
Changing default SPI CS pin to SD card on MTBpull/7495/head
commit
2ec99158ef
|
@ -217,7 +217,7 @@ typedef enum {
|
|||
SPI_MOSI = P_4,
|
||||
SPI_MISO = P_7,
|
||||
SPI_SCK = P_6,
|
||||
SPI_CS = P_16,
|
||||
SPI_CS = P_5,
|
||||
|
||||
// STDIO for console print
|
||||
#ifdef MBED_CONF_TARGET_STDIO_UART_TX
|
||||
|
|
Loading…
Reference in New Issue