From c514f8fe3c3b25aa610139fb79c58a236e8149de Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 20 Nov 2025 00:07:38 -0500 Subject: complete hw 8 --- project/Core/Src/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'project/Core/Src/main.c') 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 #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(); } -- cgit v1.2.3