Skip to content

Commit 68ff9d5

Browse files
author
ladyada
committed
typo fix for adafruit#99
1 parent da400c7 commit 68ff9d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variants/feather_m0_express/variant.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
160160
#define PAD_SPI1_RX SERCOM_RX_PAD_2
161161

162162
static const uint8_t SS1 = 39 ; // HW SS isn't used. Set here only for reference.
163-
static const uint8_t MOSI1 = PIN_SPI_MOSI ;
164-
static const uint8_t MISO1 = PIN_SPI_MISO ;
165-
static const uint8_t SCK1 = PIN_SPI_SCK ;
163+
static const uint8_t MOSI1 = PIN_SPI1_MOSI ;
164+
static const uint8_t MISO1 = PIN_SPI1_MISO ;
165+
static const uint8_t SCK1 = PIN_SPI1_SCK ;
166166

167167

168168
/*

0 commit comments

Comments
 (0)