diff options
Diffstat (limited to 'project/Core/Src/main.c')
| -rw-r--r-- | project/Core/Src/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/project/Core/Src/main.c b/project/Core/Src/main.c index 60d5b3d..b78da42 100644 --- a/project/Core/Src/main.c +++ b/project/Core/Src/main.c @@ -12,7 +12,7 @@ #include <stdio.h> #include "hw4.h" #include "project.h" -#include "hw6.h" +#include "hw8.h" #include "activity12.h" int main(void){ @@ -30,6 +30,7 @@ int main(void){ // activity10_run(); // hw6_run(); // activity12_run(); - activity13_run(); +// activity13_run(); + hw8_run(); } |
