Fixes wrong #define for BUTTON (#6941)
This commit is contained in:
parent
fcd4799c6d
commit
4b08182c49
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ static const uint8_t A13 = 35;
|
|||
#define BATT_MONITOR 35
|
||||
|
||||
// internal switch
|
||||
#define BUTTON = 38;
|
||||
#define BUTTON 38
|
||||
|
||||
// Neopixel
|
||||
#define PIN_NEOPIXEL 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue