diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-11-13 15:13:03 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-11-13 15:13:03 -0500 |
| commit | b1dbfba428fe51d17f4f99e843a37a2b4eff47b2 (patch) | |
| tree | 9924ff19b0c5c4c04fa696cfa26987dc4d69f9cb /project/Core/Src/main.c | |
| parent | 4a9492bec5411eb81caa3cf5883a28bd1c74a7b6 (diff) | |
| download | 340-repo-Sowgro-b1dbfba428fe51d17f4f99e843a37a2b4eff47b2.tar.gz 340-repo-Sowgro-b1dbfba428fe51d17f4f99e843a37a2b4eff47b2.tar.bz2 340-repo-Sowgro-b1dbfba428fe51d17f4f99e843a37a2b4eff47b2.zip | |
complete activity 12
Diffstat (limited to '')
| -rw-r--r-- | project/Core/Src/main.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/project/Core/Src/main.c b/project/Core/Src/main.c index 03d8e0c..eaf1c63 100644 --- a/project/Core/Src/main.c +++ b/project/Core/Src/main.c @@ -13,6 +13,7 @@ #include "hw4.h" #include "project.h" #include "hw6.h" +#include "activity12.h" int main(void){ @@ -24,9 +25,10 @@ int main(void){ // application run function printf("\n\n\n\n\n\n\n\n\r"); // run_demo(); - activity4_run(); - project_run(); +// activity4_run(); +// project_run(); // activity10_run(); // hw6_run(); + activity12_run(); } |
