summaryrefslogtreecommitdiff
path: root/firmware/export/pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm.h')
-rw-r--r--firmware/export/pcm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h
index b9ad913100..e67d459693 100644
--- a/firmware/export/pcm.h
+++ b/firmware/export/pcm.h
@@ -79,7 +79,6 @@ const void* pcm_get_peak_buffer(int* count);
79size_t pcm_get_bytes_waiting(void); 79size_t pcm_get_bytes_waiting(void);
80 80
81void pcm_play_stop(void); 81void pcm_play_stop(void);
82void pcm_mute(bool mute);
83void pcm_play_pause(bool play); 82void pcm_play_pause(bool play);
84bool pcm_is_paused(void); 83bool pcm_is_paused(void);
85bool pcm_is_playing(void); 84bool pcm_is_playing(void);