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/Inc/Project/song_info.h | |
| 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 'project/Core/Inc/Project/song_info.h')
| -rw-r--r-- | project/Core/Inc/Project/song_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Core/Inc/Project/song_info.h b/project/Core/Inc/Project/song_info.h index c951fca..9d6d5e6 100644 --- a/project/Core/Inc/Project/song_info.h +++ b/project/Core/Inc/Project/song_info.h @@ -14,6 +14,6 @@ typedef struct { int tempo; } song_info_t; -song_info_t get_song_info(uint8_t *p_song, song_info_t *ret); +uint8_t *get_song_info(uint8_t *p_song, song_info_t *ret); #endif /* INC_PROJECT_SONG_INFO_H_ */ |
