Skip to content

Commit 2aad7be

Browse files
committed
add button dummie
1 parent 3512f27 commit 2aad7be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/boards/bast_ble/board.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
/*------------------------------------------------------------------*/
3737
/* BUTTON
3838
*------------------------------------------------------------------*/
39-
#define BUTTONS_NUMBER 1
39+
#define BUTTONS_NUMBER 2
4040
#define BUTTON_1 _PINNUM(0, 05)
41+
#define BUTTON_2 _PINNUM(0, 10)
4142
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4243

4344
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)