Skip to content

Commit 3071252

Browse files
committed
Rename USES_NFCT to USE_NFCT
1 parent 75c8999 commit 3071252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ CFLAGS += -D__HEAP_SIZE=0
259259
CFLAGS += -DCONFIG_GPIO_AS_PINRESET
260260

261261
# Skip defining CONFIG_NFCT_PINS_AS_GPIOS if the device uses the NFCT.
262-
ifneq ($(USES_NFCT),yes)
262+
ifneq ($(USE_NFCT),yes)
263263
CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS
264264
endif
265265

src/boards/nrf52840_m2/board.mk

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

0 commit comments

Comments
 (0)