Skip to content

Commit 4b08182

Browse files
authored
Fixes wrong #define for BUTTON (espressif#6941)
1 parent fcd4799 commit 4b08182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/adafruit_feather_esp32_v2/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static const uint8_t A13 = 35;
4848
#define BATT_MONITOR 35
4949

5050
// internal switch
51-
#define BUTTON = 38;
51+
#define BUTTON 38
5252

5353
// Neopixel
5454
#define PIN_NEOPIXEL 0

0 commit comments

Comments
 (0)