diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-12-12 00:25:31 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-12-12 00:25:31 -0500 |
| commit | 2fe47fb3bd700acebf07cd777e3a1ecb49fb9f46 (patch) | |
| tree | 53a470470b92acbc417de577f12ebf68dfbcd17a /project/Core/Src/main.c | |
| parent | 29f69b5b7831c846cea1f61a7de4920fafa97ede (diff) | |
| download | 340-repo-Sowgro-2fe47fb3bd700acebf07cd777e3a1ecb49fb9f46.tar.gz 340-repo-Sowgro-2fe47fb3bd700acebf07cd777e3a1ecb49fb9f46.tar.bz2 340-repo-Sowgro-2fe47fb3bd700acebf07cd777e3a1ecb49fb9f46.zip | |
reduce warnings, try to get passive speaker to work
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 29c8f5e..0863915 100644 --- a/project/Core/Src/main.c +++ b/project/Core/Src/main.c @@ -31,8 +31,8 @@ int main(void){ // activity10_run(); // hw6_run(); // activity12_run(); -// activity13_run(); + activity13_run(); // hw8_run(); - parse_song(get_song(0).p_song + 109); +// parse_song(get_song(0).p_song + 109); } |
