Skip to content

Commit d37a3ae

Browse files
checked buton 2 connection
1 parent f5a48c3 commit d37a3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boards/bluemicro/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*------------------------------------------------------------------*/
4141
#define BUTTONS_NUMBER 2 // none connected at all
4242
#define BUTTON_1 _PINNUM(0, 18) // unusable: RESET
43-
#define BUTTON_2 _PINNUM(1, 1) // no connection
43+
#define BUTTON_2 _PINNUM(1, 1) // no connection on E73-2G4M08S1C Module
4444
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4545

4646
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)