We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3071252 commit 86a6622Copy full SHA for 86a6622
Makefile
@@ -263,11 +263,7 @@ ifneq ($(USE_NFCT),yes)
263
CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS
264
endif
265
266
-# Skip defining SOFTDEVICE_PRESENT if the device doesn't use a soft device.
267
-ifneq ($(NO_SOFT_DEVICE),yes)
268
- CFLAGS += -DSOFTDEVICE_PRESENT
269
-endif
270
-
+CFLAGS += -DSOFTDEVICE_PRESENT
271
CFLAGS += -DDFU_APP_DATA_RESERVED=7*4096
272
273
CFLAGS += -DUF2_VERSION='"$(GIT_VERSION) $(GIT_SUBMODULE_VERSIONS)"'
src/boards/nrf52840_m2/board.mk
@@ -1,3 +1,2 @@
1
MCU_SUB_VARIANT = nrf52840
2
USE_NFCT = yes
3
-NO_SOFT_DEVICE = yes
0 commit comments