summaryrefslogtreecommitdiff
path: root/project/Core/Src/main.c
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-12-09 14:41:02 -0500
committersowgro <tpoke.ferrari@gmail.com>2025-12-09 14:41:02 -0500
commit9db025199644833d70e729d03e6151f8cce58ed5 (patch)
treed2d8fc90913343703f94f942452cb639e62a2d7f /project/Core/Src/main.c
parentc514f8fe3c3b25aa610139fb79c58a236e8149de (diff)
download340-repo-Sowgro-9db025199644833d70e729d03e6151f8cce58ed5.tar.gz
340-repo-Sowgro-9db025199644833d70e729d03e6151f8cce58ed5.tar.bz2
340-repo-Sowgro-9db025199644833d70e729d03e6151f8cce58ed5.zip
Parser for one track working
Diffstat (limited to 'project/Core/Src/main.c')
-rw-r--r--project/Core/Src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/project/Core/Src/main.c b/project/Core/Src/main.c
index b78da42..29c8f5e 100644
--- a/project/Core/Src/main.c
+++ b/project/Core/Src/main.c
@@ -14,6 +14,7 @@
#include "project.h"
#include "hw8.h"
#include "activity12.h"
+#include "song.h"
int main(void){
@@ -31,6 +32,7 @@ int main(void){
// hw6_run();
// activity12_run();
// activity13_run();
- hw8_run();
+// hw8_run();
+ parse_song(get_song(0).p_song + 109);
}