We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8980e5 commit 96bc995Copy full SHA for 96bc995
utils/unpatch.bash
@@ -1,2 +1,5 @@
1
rm -Rf STM32F1/patched STM32F1/variants/generic_gd32f103c2/ STM32F1/variants/generic_gd32f303c/
2
-git checkout checkout STM32F1/boards.txt STM32F1/system/libmaple/stm32f1/include/series/stm32.h
+rm -Rf STM32F1/patched*
3
+git checkout STM32F1/boards.txt STM32F1/system/libmaple/stm32f1/include/series/stm32.h
4
+git checkout STM32F1/variants/generic_stm32f103c/board.cpp
5
+git checkout STM32F1/cores/maple/main.cpp
0 commit comments