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
2525)
2626
2727target_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
3333 )
3434
3535target_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 /
3838 include /
3939 )
4040
You can’t perform that action at this time.
0 commit comments