Changing default SPI CS pin to SD card on MTB

pull/7642/head
Ashok Rao 2018-07-30 12:23:37 +01:00
parent 8292affb53
commit 8c07fcd09f
1 changed files with 1 additions and 1 deletions

View File

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