mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
add script to restore manual-edited files after cubeMX code generating (#82)
This commit is contained in:
parent
5b6ab7faf3
commit
adfebf502f
1 changed files with 5 additions and 0 deletions
5
target_f1/cubemx_restore.sh
Executable file
5
target_f1/cubemx_restore.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
git checkout -- target_f1/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h
|
||||
git checkout -- target_f1/Makefile
|
||||
git checkout -- target_f1/Src/stm32l4xx_it.c
|
||||
git checkout -- target_f1/Src/usbd_conf.c
|
||||
git checkout -- target_f1/Src/usbd_desc.c
|
Loading…
Reference in a new issue