diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/audio.h | 1 | ||||
-rw-r--r-- | firmware/export/iap.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h index b4a2c82200..6236c6d5d1 100644 --- a/firmware/export/audio.h +++ b/firmware/export/audio.h | |||
@@ -89,7 +89,6 @@ void audio_ff_rewind(long newtime); | |||
89 | void audio_flush_and_reload_tracks(void); | 89 | void audio_flush_and_reload_tracks(void); |
90 | struct mp3entry* audio_current_track(void); | 90 | struct mp3entry* audio_current_track(void); |
91 | struct mp3entry* audio_next_track(void); | 91 | struct mp3entry* audio_next_track(void); |
92 | bool audio_has_changed_track(void); | ||
93 | void audio_get_debugdata(struct audio_debug *dbgdata); | 92 | void audio_get_debugdata(struct audio_debug *dbgdata); |
94 | #ifdef HAVE_DISK_STORAGE | 93 | #ifdef HAVE_DISK_STORAGE |
95 | void audio_set_buffer_margin(int seconds); | 94 | void audio_set_buffer_margin(int seconds); |
diff --git a/firmware/export/iap.h b/firmware/export/iap.h index 6c0b968ab0..d3afd6ba04 100644 --- a/firmware/export/iap.h +++ b/firmware/export/iap.h | |||
@@ -26,6 +26,6 @@ extern void iap_setup(int ratenum); | |||
26 | extern void iap_bitrate_set(int ratenum); | 26 | extern void iap_bitrate_set(int ratenum); |
27 | extern void iap_periodic(void); | 27 | extern void iap_periodic(void); |
28 | extern void iap_handlepkt(void); | 28 | extern void iap_handlepkt(void); |
29 | extern void iap_track_changed(void); | 29 | extern void iap_track_changed(void *ignored); |
30 | 30 | ||
31 | #endif | 31 | #endif |