Files
TC264_Library_seekfree/Example/15-Cpu1_Handles_Interrupts_Demo/删除临时文件.bat
SEEKFREE_Kang 43d0dd1211 V1.1.1
修复uart_getchar函数收到卡住的问题
库例程增加CPU1处理中断的示例代码
2020-07-13 11:04:35 +08:00

10 lines
71 B
Batchfile

rmdir .settings /s /q
rmdir Debug /s /q
del *.launch /s
pause
exit