Skip to content

Commit 7d25e1b

Browse files
committed
Define PIN_SPI_SS instead of PIN_SPI_SS2
1 parent 11d464f commit 7d25e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/ARMED_V1/variant.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ extern const PinName digitalPin[];
133133
// #define USER_BTN 2
134134

135135
// SPI Definitions
136-
#define PIN_SPI_SS2 PE7
136+
#define PIN_SPI_SS PE7
137137
#define PIN_SPI_MOSI PA7
138138
#define PIN_SPI_MISO PA6
139139
#define PIN_SPI_SCK PA5

0 commit comments

Comments
 (0)