Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b29a2dd

Browse files
authoredJan 21, 2025
ci(pre-commit): Apply automatic fixes
1 parent 81e3cd9 commit b29a2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎variants/XIAO_ESP32S3_Plus/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ static const uint8_t MISO1 = 12;
2929
static const uint8_t SCK1 = 13;
3030

3131
static const uint8_t I2S_SCK = 39;
32-
static const uint8_t I2S_SD = 38;
33-
static const uint8_t I2S_WS = 40;
32+
static const uint8_t I2S_SD = 38;
33+
static const uint8_t I2S_WS = 40;
3434

3535
static const uint8_t MTCK = 39;
3636
static const uint8_t MTDO = 40;

0 commit comments

Comments
 (0)
Failed to load comments.