Skip to content

Commit 5a96435

Browse files
committed
commit correct file for nRFMicro
1 parent f3b3a0d commit 5a96435

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/boards/nrfmicro/board.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/* LED
3232
*------------------------------------------------------------------*/
3333
#define LEDS_NUMBER 1
34-
#define LED_PRIMARY_PIN _PINNUM(0, 15)
34+
#define LED_PRIMARY_PIN _PINNUM(1, 10)
3535
#define LED_STATE_ON 1 // State when LED is lit (active HIGH)
3636

3737
#define NEOPIXELS_NUMBER 0
@@ -40,8 +40,8 @@
4040
/* BUTTON
4141
*------------------------------------------------------------------*/
4242
#define BUTTONS_NUMBER 2
43-
#define BUTTON_1 _PINNUM(0, 14) // RESET
44-
#define BUTTON_2 _PINNUM(0, 3) // NC
43+
#define BUTTON_1 _PINNUM(1, 2) // DFU
44+
#define BUTTON_2 _PINNUM(0, 12) // FRST
4545
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4646

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

0 commit comments

Comments
 (0)