Add some helpers to tidy up XAP (#20235)

This commit is contained in:
Joel Challis 2023-03-23 00:37:13 +00:00 committed by GitHub
parent 9c3c159286
commit 6540b31d71
Failed to generate hash of commit
4 changed files with 14 additions and 0 deletions

View file

@ -63,6 +63,11 @@ typedef struct {
// public interface
/**
* @brief Save the current choices to the eeprom
*/
void eeconfig_update_audio_current(void);
/**
* @brief one-time initialization called by quantum/quantum.c
* @details usually done lazy, when some tones are to be played