File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -169,15 +169,15 @@ static const uint8_t A13 = PIN_A13;
169169#define D101 (101u)
170170
171171// SPI
172- #define PIN_SPI_MISO (12u )
173- #define PIN_SPI_MOSI (11u )
174- #define PIN_SPI_SCK (13u )
175- #define PIN_SPI_SS (10u )
176-
177- #define PIN_SPI_MISO1 (89u )
178- #define PIN_SPI_MOSI1 (90u )
179- #define PIN_SPI_SCK1 (91u )
180- #define PIN_SPI_SS1 (92u )
172+ #define PIN_SPI_MISO (89u )
173+ #define PIN_SPI_MOSI (90u )
174+ #define PIN_SPI_SCK (91u )
175+ #define PIN_SPI_SS (92u )
176+
177+ #define PIN_SPI_MISO1 (12u )
178+ #define PIN_SPI_MOSI1 (11u )
179+ #define PIN_SPI_SCK1 (13u )
180+ #define PIN_SPI_SS1 (10u )
181181
182182static const uint8_t SS = PIN_SPI_SS ; // SPI Slave SS not used. Set here only for reference.
183183static const uint8_t MOSI = PIN_SPI_MOSI ;
You can’t perform that action at this time.
0 commit comments