diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-12-13 22:13:27 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-12-13 22:13:27 -0500 |
| commit | 519f868c445a86b988772307ea1f1e2fc95fe54a (patch) | |
| tree | 3a73eb27a5473fc68e0cc8900fb29f05e13771f1 /project/Core/Src/main.c | |
| parent | 2fe47fb3bd700acebf07cd777e3a1ecb49fb9f46 (diff) | |
| download | 340-repo-Sowgro-519f868c445a86b988772307ea1f1e2fc95fe54a.tar.gz 340-repo-Sowgro-519f868c445a86b988772307ea1f1e2fc95fe54a.tar.bz2 340-repo-Sowgro-519f868c445a86b988772307ea1f1e2fc95fe54a.zip | |
all player code written but untested
Diffstat (limited to 'project/Core/Src/main.c')
| -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 0863915..0a36667 100644 --- a/project/Core/Src/main.c +++ b/project/Core/Src/main.c @@ -27,11 +27,11 @@ int main(void){ printf("\n\n\n\n\n\n\n\n\r"); // run_demo(); // activity4_run(); -// project_run(); + project_run(); // activity10_run(); // hw6_run(); // activity12_run(); - activity13_run(); +// activity13_run(); // hw8_run(); // parse_song(get_song(0).p_song + 109); } |
