summaryrefslogtreecommitdiffstats
path: root/quantum/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio.h')
-rw-r--r--quantum/audio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/audio.h b/quantum/audio.h
index 99203cea7..31f9a3579 100644
--- a/quantum/audio.h
+++ b/quantum/audio.h
@@ -6,6 +6,6 @@
void play_sample(uint8_t * s, uint16_t l, bool r);
void play_note(double freq, int vol);
void stop_note(double freq);
-void stop_all_notes();
-void init_notes();
+void stop_all_notes(void);
+void init_notes(void);
void play_notes(float (*np)[][2], uint8_t n_length, bool n_repeat); \ No newline at end of file