Skip to content

Commit 644b7cf

Browse files
brad112358fifieldt
authored andcommitted
Apparently BUTTON_PIN is required now
1 parent 670788f commit 644b7cf

File tree

1 file changed

+1
-1
lines changed
  • variants/nrf52840/diy/easy-nrf52-promicro_e22

1 file changed

+1
-1
lines changed

variants/nrf52840/diy/easy-nrf52-promicro_e22/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ E22/NRF52 PRO MICRO PIN ASSIGNMENT
118118
#define LED_STATE_ON 1 // State when LED is lit
119119

120120
// Button
121-
// #define BUTTON_PIN // no button
121+
#define BUTTON_PIN (-1) // no button
122122

123123
// GPS
124124
#define PIN_GPS_TX (32 + 1) // P1.01

0 commit comments

Comments
 (0)