From d5dac33672ae1e940b3fda4ee4f4e940229d996f Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 4 Nov 2025 23:34:37 -0500 Subject: get most interrupt handlers working for project pt2 --- project/Core/Src/main.c | 4 ++-- 1 file changed, 2 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 9b6830d..39ac069 100644 --- a/project/Core/Src/main.c +++ b/project/Core/Src/main.c @@ -24,8 +24,8 @@ int main(void){ // application run function printf("\n\n\n\n\n\n\n\n\r"); // run_demo(); -// project_run(); + project_run(); // activity10_run(); - hw6_run(); +// hw6_run(); } -- cgit v1.2.3