diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-09-26 10:25:07 -0400 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-09-26 10:25:07 -0400 |
| commit | 0062ce3d8c64ed7b0cf0c94e8dcc2cc316df4fb1 (patch) | |
| tree | a89bca21c59fb9b5f88532b24628ba05258115f6 /project/Core/Src/main.c | |
| parent | 86130c8747a4af7ce93f4ac93d1c4d9c94c917eb (diff) | |
| download | 340-repo-Sowgro-0062ce3d8c64ed7b0cf0c94e8dcc2cc316df4fb1.tar.gz 340-repo-Sowgro-0062ce3d8c64ed7b0cf0c94e8dcc2cc316df4fb1.tar.bz2 340-repo-Sowgro-0062ce3d8c64ed7b0cf0c94e8dcc2cc316df4fb1.zip | |
submit activity6
Diffstat (limited to '')
| -rw-r--r-- | project/Core/Src/main.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/project/Core/Src/main.c b/project/Core/Src/main.c index ff819f2..0ea5a3f 100644 --- a/project/Core/Src/main.c +++ b/project/Core/Src/main.c @@ -8,9 +8,9 @@ #include "LED.h" #include "UART.h" #include "demo.h" +#include "activity4.h" #include "activity5.h" -#include "midi_header.h" - +#include "activity6.h" #include <stdio.h> int main(void){ @@ -22,8 +22,9 @@ int main(void){ // printf("Hello world \r\n"); -// run(); - run2(); +// activity4_run(); +// activity5_run(); + activity6_run(); // application run function // run_demo() ; |
