Merge pull request #7642 from ashok-rao/SPI_CS_fix

Changing default SPI CS pin to SD card on MTB
pull/7495/head
Martin Kojtal 2018-08-01 14:57:26 +02:00 committed by GitHub
commit 2ec99158ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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