Fixes wrong #define for BUTTON (#6941)

This commit is contained in:
Rodrigo Garcia 2022-07-06 05:21:52 -03:00 committed by GitHub
parent fcd4799c6d
commit 4b08182c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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