adjust script to include user code
This commit is contained in:
15
cube/User/Src/main2.c
Normal file
15
cube/User/Src/main2.c
Normal file
@ -0,0 +1,15 @@
|
||||
void my_setup_1() {
|
||||
|
||||
}
|
||||
|
||||
void my_setup_2() {
|
||||
|
||||
}
|
||||
|
||||
void my_loop() {
|
||||
|
||||
}
|
||||
|
||||
void my_errorHandler() {
|
||||
|
||||
}
|
Reference in New Issue
Block a user