Skip to content

Commit 92b38f6

Browse files
committed
Fix makefile
1 parent c3e699d commit 92b38f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ CFLAGS += -DUNO_WIFI_REV2
1414
CPPFLAGS += -DUNO_WIFI_REV2
1515
endif
1616

17+
ifeq ($(NANO_RP2040_CONNECT),1)
18+
CFLAGS += -DNANO_RP2040_CONNECT
19+
CPPFLAGS += -DNANO_RP2040_CONNECT
20+
endif
21+
1722
include $(IDF_PATH)/make/project.mk
1823

1924
firmware: all

0 commit comments

Comments
 (0)