Skip to content

Commit 236ec96

Browse files
committed
Added cy_device_common.h to cy_syslib.c
1 parent 6618b7e commit 236ec96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

43-
- name: Patch cy_syslib.c to include system_psoc6.h
43+
- name: Patch cy_syslib.c to include cy_device_common.h
4444
run: |
45-
sed -i '/#include "cy_syslib.h"/a #include "system_psoc6.h"' lib/psoc6pdl/drivers/source/cy_syslib.c
45+
sed -i '/#include "cy_syslib.h"/a #include "cy_device_common.h"' lib/psoc6pdl/drivers/source/cy_syslib.c
4646
4747
- name: Workaround for sources.list
4848
run: |

0 commit comments

Comments
 (0)