diff options
Diffstat (limited to 'project/Core/Src/main.c')
| -rw-r--r-- | project/Core/Src/main.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/project/Core/Src/main.c b/project/Core/Src/main.c index 03d8e0c..eaf1c63 100644 --- a/project/Core/Src/main.c +++ b/project/Core/Src/main.c @@ -13,6 +13,7 @@ #include "hw4.h" #include "project.h" #include "hw6.h" +#include "activity12.h" int main(void){ @@ -24,9 +25,10 @@ int main(void){ // application run function printf("\n\n\n\n\n\n\n\n\r"); // run_demo(); - activity4_run(); - project_run(); +// activity4_run(); +// project_run(); // activity10_run(); // hw6_run(); + activity12_run(); } |
