Skip to content

Commit 3b4d741

Browse files
committed
Back to -DCY_DEVICE_COMMON with correct include order
1 parent d9e37b3 commit 3b4d741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,8 @@ ifeq ($(TARGET),psoc6)
967967
-I$(CYPRESS_CORE_LIB)/include \
968968
-I$(CYPRESS_PDL)/devices/include/ip \
969969
-I$(CYPRESS_PDL)/devices/templates/COMPONENT_MTB \
970-
-DCY8C624ABZI_D44
970+
-DCY8C624ABZI_D44 \
971+
-DCY_DEVICE_COMMON
971972
ARCH_FLASH_OFFSET=0x10000000
972973
ifneq ($(PSOC6_CRYPTO),0)
973974
CFLAGS+=-DWOLFSSL_PSOC6_CRYPTO

0 commit comments

Comments
 (0)