diff options
Diffstat (limited to 'quantum/audio/audio.h')
-rw-r--r-- | quantum/audio/audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/audio/audio.h b/quantum/audio/audio.h index bc00cd19e..dccf03d5f 100644 --- a/quantum/audio/audio.h +++ b/quantum/audio/audio.h | |||
@@ -83,6 +83,7 @@ void increase_tempo(uint8_t tempo_change); | |||
83 | void decrease_tempo(uint8_t tempo_change); | 83 | void decrease_tempo(uint8_t tempo_change); |
84 | 84 | ||
85 | void audio_init(void); | 85 | void audio_init(void); |
86 | void audio_startup(void); | ||
86 | 87 | ||
87 | #ifdef PWM_AUDIO | 88 | #ifdef PWM_AUDIO |
88 | void play_sample(uint8_t* s, uint16_t l, bool r); | 89 | void play_sample(uint8_t* s, uint16_t l, bool r); |