added missing audio_off_user() callback (#15457)
Co-authored-by: Raoul Rubien <raoul.rubienr@gmail.com>
This commit is contained in:
parent
dd994e72ad
commit
415faebd65
3 changed files with 5 additions and 0 deletions
|
@ -8,3 +8,4 @@ void process_audio_noteoff(uint8_t note);
|
|||
void process_audio_all_notes_off(void);
|
||||
|
||||
void audio_on_user(void);
|
||||
void audio_off_user(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue