File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,8 @@ CFLAGS += -ffunction-sections -fdata-sections -fno-strict-aliasing
251
251
CFLAGS += -fno-builtin --short-enums -fstack-usage
252
252
253
253
# Defined Symbol (MACROS)
254
+
255
+ # TODO use GIT_VERSION (numberic format)
254
256
CFLAGS += -DMK_BOOTLOADER_VERSION=0x0$(SD_VER1 ) 0$(SD_VER2 ) 0$(SD_VER3 ) UL
255
257
256
258
CFLAGS += -D__HEAP_SIZE=0
Original file line number Diff line number Diff line change 53
53
/* BUTTON
54
54
*------------------------------------------------------------------*/
55
55
#define BUTTONS_NUMBER 2
56
- #define BUTTON_1 _PINNUM(0, 15 )
57
- #define BUTTON_2 _PINNUM(0, 19 )
56
+ #define BUTTON_1 _PINNUM(1, 02 )
57
+ #define BUTTON_2 _PINNUM(0, 10 )
58
58
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
59
59
60
60
/*------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments