Skip to content

Commit

Permalink
ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Nov 12, 2018
1 parent 0a79fb9 commit 99d83d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variants/feather_nrf52840_express/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static const uint8_t AREF = PIN_AREF;
#define PIN_SPI_MOSI (40)
#define PIN_SPI_SCK (7)

static const uint8_t SS = 18 ;
static const uint8_t SS = 44 ;
static const uint8_t MOSI = PIN_SPI_MOSI ;
static const uint8_t MISO = PIN_SPI_MISO ;
static const uint8_t SCK = PIN_SPI_SCK ;
Expand All @@ -135,7 +135,7 @@ static const uint8_t SCK = PIN_SPI_SCK ;

// On-board QSPI Flash
// If EXTERNAL_FLASH_DEVICES is not defined, all supported devices will be used
#define EXTERNAL_FLASH_DEVICES GD25Q16
#define EXTERNAL_FLASH_DEVICES GD25Q16C

#ifdef __cplusplus
}
Expand Down

0 comments on commit 99d83d4

Please sign in to comment.