Skip to content

Commit 6cb8b26

Browse files
committed
fix clang complaints
1 parent 1af2db1 commit 6cb8b26

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

variants/adafruit_sparklemotionstick_esp32/pins_arduino.h

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ static const uint8_t PIN_NEOPIXEL = 18;
1515
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
1616
#define RGB_BRIGHTNESS 64
1717

18-
static const uint8_t TX = 25; // not broken out, defined to fix compilation
19-
static const uint8_t RX = 26; // not broken out, defined to fix compilation
18+
static const uint8_t TX = 25; // not broken out, defined to fix compilation
19+
static const uint8_t RX = 26; // not broken out, defined to fix compilation
2020

2121
#define TX1 TX
2222
#define RX1 RX
2323

24-
static const uint8_t SDA = 13; // not broken out, defined to fix compilation
25-
static const uint8_t SCL = 15; // not broken out, defined to fix compilation
24+
static const uint8_t SDA = 13; // not broken out, defined to fix compilation
25+
static const uint8_t SCL = 15; // not broken out, defined to fix compilation
2626

27-
static const uint8_t SS = 19; // not broken out, defined to fix compilation
27+
static const uint8_t SS = 19; // not broken out, defined to fix compilation
2828
static const uint8_t MOSI = 21; // output to drive dotstars
29-
static const uint8_t SCK = 22; // output to drive dotstars
30-
static const uint8_t MISO = 23; // not broken out, defined to fix compilation
29+
static const uint8_t SCK = 22; // output to drive dotstars
30+
static const uint8_t MISO = 23; // not broken out, defined to fix compilation
3131

32-
static const uint8_t A0 = 2; // not broken out, defined to fix compilation
32+
static const uint8_t A0 = 2; // not broken out, defined to fix compilation
3333

3434
// internal switch
3535
static const uint8_t BUTTON = 0;
3636

37-
static const uint8_t DAC1 = 25; // not broken out, defined to fix compilation
38-
static const uint8_t DAC2 = 26; // not broken out, defined to fix compilation
37+
static const uint8_t DAC1 = 25; // not broken out, defined to fix compilation
38+
static const uint8_t DAC2 = 26; // not broken out, defined to fix compilation
3939

4040
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)