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.
USES_NFCT
USE_NFCT
1 parent 75c8999 commit 3071252Copy full SHA for 3071252
Makefile
@@ -259,7 +259,7 @@ CFLAGS += -D__HEAP_SIZE=0
259
CFLAGS += -DCONFIG_GPIO_AS_PINRESET
260
261
# Skip defining CONFIG_NFCT_PINS_AS_GPIOS if the device uses the NFCT.
262
-ifneq ($(USES_NFCT),yes)
+ifneq ($(USE_NFCT),yes)
263
CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS
264
endif
265
src/boards/nrf52840_m2/board.mk
@@ -1,3 +1,3 @@
1
MCU_SUB_VARIANT = nrf52840
2
-USES_NFCT = yes
+USE_NFCT = yes
3
NO_SOFT_DEVICE = yes
0 commit comments