diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-11-04 23:34:37 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-11-04 23:34:37 -0500 |
| commit | d5dac33672ae1e940b3fda4ee4f4e940229d996f (patch) | |
| tree | 25a07bc1eac32d60376008911cc9cf97b3393d6c /project/Core/Src/main.c | |
| parent | a98361e6babc866bd7b4ed6b22f197e98e2dc28a (diff) | |
| download | 340-repo-Sowgro-d5dac33672ae1e940b3fda4ee4f4e940229d996f.tar.gz 340-repo-Sowgro-d5dac33672ae1e940b3fda4ee4f4e940229d996f.tar.bz2 340-repo-Sowgro-d5dac33672ae1e940b3fda4ee4f4e940229d996f.zip | |
get most interrupt handlers working for project pt2
Diffstat (limited to '')
| -rw-r--r-- | project/Core/Src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
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(); } |
