diff options
Diffstat (limited to 'project/Core/Inc/Project/parser.h')
| -rw-r--r-- | project/Core/Inc/Project/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Core/Inc/Project/parser.h b/project/Core/Inc/Project/parser.h index 356a4ad..44b4c6f 100644 --- a/project/Core/Inc/Project/parser.h +++ b/project/Core/Inc/Project/parser.h @@ -33,7 +33,7 @@ typedef struct { int tempo; } song_info_t; -void parser_play_notes(); +void parser_play_loop(); void parse_song(uint8_t *p_song); |
