Skip to content

Commit 57d2fd8

Browse files
committed
board:espino:variant: rename button macro (naming coherence)
1 parent 300c56f commit 57d2fd8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: variants/espino/pins_arduino.h

+1-6
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@ static const uint8_t SCL = PIN_WIRE_SCL;
3838
static const uint8_t LED_BUILTIN_R = 2;
3939
static const uint8_t LED_BUILTIN_G = 4;
4040
static const uint8_t LED_BUILTIN_B = 5;
41+
static const uint8_t BUTTON_BUILTIN = 0;
4142

42-
/*
43-
static const uint8_t BUILTIN_LEDR = 2;
44-
static const uint8_t BUILTIN_LEDG = 4;
45-
static const uint8_t BUILTIN_LEDB = 5;
46-
static const uint8_t BUILTIN_BUTTON = 0;
47-
*/
4843

4944
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)