Skip to content

Commit e8dcb89

Browse files
committed
Fix some pins definition
1 parent 0d41fb8 commit e8dcb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/m5stack_cores3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static const uint8_t RXD2 = 18;
3434
static const uint8_t SDA = 12;
3535
static const uint8_t SCL = 11;
3636

37-
static const uint8_t CS = 15;
37+
static const uint8_t SS = 15;
3838
static const uint8_t MOSI = 37;
3939
static const uint8_t MISO = 35;
4040
static const uint8_t SCK = 36;

0 commit comments

Comments
 (0)