Skip to content

Commit 86a6622

Browse files
committed
Revert NO_SOFT_DEVICE change.
Will be more work, will work on it in it's own feature branch.
1 parent 3071252 commit 86a6622

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,7 @@ ifneq ($(USE_NFCT),yes)
263263
CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS
264264
endif
265265

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-
266+
CFLAGS += -DSOFTDEVICE_PRESENT
271267
CFLAGS += -DDFU_APP_DATA_RESERVED=7*4096
272268

273269
CFLAGS += -DUF2_VERSION='"$(GIT_VERSION) $(GIT_SUBMODULE_VERSIONS)"'

src/boards/nrf52840_m2/board.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
MCU_SUB_VARIANT = nrf52840
22
USE_NFCT = yes
3-
NO_SOFT_DEVICE = yes

0 commit comments

Comments
 (0)