Skip to content

Commit d9e37b3

Browse files
committed
Change include order, remove patch step
1 parent 236ec96 commit d9e37b3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test-build-psoc6.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
repository: Infineon/core-lib
4141
path: lib/core-lib
4242

43-
- name: Patch cy_syslib.c to include cy_device_common.h
44-
run: |
45-
sed -i '/#include "cy_syslib.h"/a #include "cy_device_common.h"' lib/psoc6pdl/drivers/source/cy_syslib.c
46-
4743
- name: Workaround for sources.list
4844
run: |
4945
# Replace sources

arch.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,8 @@ ifeq ($(TARGET),psoc6)
960960
$(CYPRESS_PDL)/drivers/source/cy_crypto.o
961961

962962
CFLAGS+=\
963-
-I$(CYPRESS_PDL)/drivers/include \
964963
-I$(CYPRESS_PDL)/devices/include \
964+
-I$(CYPRESS_PDL)/drivers/include \
965965
-I$(CYPRESS_PDL)/cmsis/include \
966966
-I$(CYPRESS_TARGET_LIB) \
967967
-I$(CYPRESS_CORE_LIB)/include \

0 commit comments

Comments
 (0)