Skip to content

Commit 9d6755f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/m5stack_atoms3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static const uint8_t RXD2 = 2;
3434
static const uint8_t SDA = 38;
3535
static const uint8_t SCL = 39;
3636

37-
static const uint8_t SS = 15;
37+
static const uint8_t CS = 15;
3838
static const uint8_t MOSI = 21;
3939
static const uint8_t MISO = -1;
4040
static const uint8_t SCK = 17;

0 commit comments

Comments
 (0)