diff options
Diffstat (limited to 'project/Core/Src/main.c')
| -rw-r--r-- | project/Core/Src/main.c | 4 |
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); } |
