diff options
Diffstat (limited to 'project/Core/Src/main.c')
| -rw-r--r-- | project/Core/Src/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project/Core/Src/main.c b/project/Core/Src/main.c index 9aac659..9b6830d 100644 --- a/project/Core/Src/main.c +++ b/project/Core/Src/main.c @@ -12,6 +12,7 @@ #include <stdio.h> #include "hw4.h" #include "project.h" +#include "hw6.h" int main(void){ @@ -24,6 +25,7 @@ int main(void){ printf("\n\n\n\n\n\n\n\n\r"); // run_demo(); // project_run(); - activity10_run(); +// activity10_run(); + hw6_run(); } |
