adjust script to include user code

This commit is contained in:
2020-10-06 15:29:50 +02:00
parent f5831e083f
commit 19148125fe
10 changed files with 309 additions and 34 deletions

15
cube/User/Src/main2.c Normal file
View File

@ -0,0 +1,15 @@
void my_setup_1() {
}
void my_setup_2() {
}
void my_loop() {
}
void my_errorHandler() {
}