Skip to content

Commit 631470f

Browse files
ci(pre-commit): Apply automatic fixes
1 parent aae75fe commit 631470f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39826,7 +39826,7 @@ codecell.build.core=esp32
3982639826
codecell.build.variant=codecell
3982739827
codecell.build.board=ESP32C3_DEV
3982839828
codecell.build.bootloader_addr=0x0
39829-
codecell.build.cdc_on_boot=1
39829+
codecell.build.cdc_on_boot=1
3983039830
codecell.build.f_cpu=160000000L
3983139831
codecell.build.flash_size=4MB
3983239832
codecell.build.flash_freq=80m

Diff for: variants/codecell/pins_arduino.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ static const uint8_t RX = 20;
1010
static const uint8_t SDA = 8;
1111
static const uint8_t SCL = 9;
1212

13-
static const uint8_t SS = 7;
14-
static const uint8_t MOSI = 6;
15-
static const uint8_t MISO = 5;
16-
static const uint8_t SCK = 4;
13+
static const uint8_t SS = 7;
14+
static const uint8_t MOSI = 6;
15+
static const uint8_t MISO = 5;
16+
static const uint8_t SCK = 4;
1717

1818
static const uint8_t A0 = 0;
1919
static const uint8_t A1 = 1;

0 commit comments

Comments
 (0)