Unverified Commit 4b08182c authored by Rodrigo Garcia's avatar Rodrigo Garcia Committed by GitHub

Fixes wrong #define for BUTTON (#6941)

parent fcd4799c
...@@ -48,7 +48,7 @@ static const uint8_t A13 = 35; ...@@ -48,7 +48,7 @@ static const uint8_t A13 = 35;
#define BATT_MONITOR 35 #define BATT_MONITOR 35
// internal switch // internal switch
#define BUTTON = 38; #define BUTTON 38
// Neopixel // Neopixel
#define PIN_NEOPIXEL 0 #define PIN_NEOPIXEL 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment