mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
More counter renames + dual watch active indicator
This commit is contained in:
2
audio.h
2
audio.h
@ -132,7 +132,7 @@ void AUDIO_PlayBeep(BEEP_Type_t Beep);
|
||||
extern VOICE_ID_t gVoiceID[8];
|
||||
extern uint8_t gVoiceReadIndex;
|
||||
extern uint8_t gVoiceWriteIndex;
|
||||
extern volatile uint16_t gCountdownToPlayNextVoice;
|
||||
extern volatile uint16_t gCountdownToPlayNextVoice_10ms;
|
||||
extern volatile bool gFlagPlayQueuedVoice;
|
||||
extern VOICE_ID_t gAnotherVoiceID;
|
||||
|
||||
|
Reference in New Issue
Block a user