We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6618b7e commit 236ec96Copy full SHA for 236ec96
1 file changed
.github/workflows/test-build-psoc6.yml
@@ -40,9 +40,9 @@ jobs:
40
repository: Infineon/core-lib
41
path: lib/core-lib
42
43
- - name: Patch cy_syslib.c to include system_psoc6.h
+ - name: Patch cy_syslib.c to include cy_device_common.h
44
run: |
45
- sed -i '/#include "cy_syslib.h"/a #include "system_psoc6.h"' lib/psoc6pdl/drivers/source/cy_syslib.c
+ sed -i '/#include "cy_syslib.h"/a #include "cy_device_common.h"' lib/psoc6pdl/drivers/source/cy_syslib.c
46
47
- name: Workaround for sources.list
48
0 commit comments