diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-12-10 17:49:22 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-12-10 17:49:22 -0500 |
| commit | 29f69b5b7831c846cea1f61a7de4920fafa97ede (patch) | |
| tree | a216cbcef9306ab5707752d8eec33f5a5a682744 /project/Core/Inc/Project | |
| parent | 9db025199644833d70e729d03e6151f8cce58ed5 (diff) | |
| download | 340-repo-Sowgro-29f69b5b7831c846cea1f61a7de4920fafa97ede.tar.gz 340-repo-Sowgro-29f69b5b7831c846cea1f61a7de4920fafa97ede.tar.bz2 340-repo-Sowgro-29f69b5b7831c846cea1f61a7de4920fafa97ede.zip | |
push for laptop
Diffstat (limited to 'project/Core/Inc/Project')
| -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 fbc5bc2..c951fca 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(unsigned char *p_song); +song_info_t get_song_info(uint8_t *p_song, song_info_t *ret); #endif /* INC_PROJECT_SONG_INFO_H_ */ |
