File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ add_executable(debugprobe
25
25
)
26
26
27
27
target_sources (debugprobe PRIVATE
28
- CMSIS_5 /CMSIS/DAP/Firmware/Source/DAP.c
29
- CMSIS_5 /CMSIS/DAP/Firmware/Source/JTAG_DP.c
30
- CMSIS_5 /CMSIS/DAP/Firmware/Source/DAP_vendor.c
31
- CMSIS_5 /CMSIS/DAP/Firmware/Source/SWO.c
32
- #CMSIS_5 /CMSIS/DAP/Firmware/Source/SW_DP.c
28
+ CMSIS_DAP /CMSIS/DAP/Firmware/Source/DAP.c
29
+ CMSIS_DAP /CMSIS/DAP/Firmware/Source/JTAG_DP.c
30
+ CMSIS_DAP /CMSIS/DAP/Firmware/Source/DAP_vendor.c
31
+ CMSIS_DAP /CMSIS/DAP/Firmware/Source/SWO.c
32
+ #CMSIS_DAP /CMSIS/DAP/Firmware/Source/SW_DP.c
33
33
)
34
34
35
35
target_include_directories (debugprobe PRIVATE
36
- CMSIS_5 /CMSIS/DAP/Firmware/Include/
37
- CMSIS_5 /CMSIS/Core/Include/
36
+ CMSIS_DAP /CMSIS/DAP/Firmware/Include/
37
+ CMSIS_DAP /CMSIS/Core/Include/
38
38
include /
39
39
)
40
40
You can’t perform that action at this time.
0 commit comments