Skip to content

Commit d7af151

Browse files
author
Gaetan
committed
Add File
modifié : src/boards/holyiot_nrf52840/board.h
1 parent 7d76c82 commit d7af151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/boards/holyiot_nrf52840/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
*------------------------------------------------------------------*/
4141
#define BUTTONS_NUMBER 2
4242

43-
#define BUTTON_1 _PINNUM(1, 10)
44-
#define BUTTON_2 _PINNUM(1, 11)
43+
#define BUTTON_1 _PINNUM(0, 11)
44+
#define BUTTON_2 _PINNUM(0, 12)
4545
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4646

4747
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)