forked from len0rd/rockbox
shortcuts: add missing voice for sleep shortcuts without name
Change-Id: I1178be8c82671d64746297306b27ee9ccb50c1a2
This commit is contained in:
parent
e9d0be5dfd
commit
94cf3403e2
4 changed files with 10 additions and 9 deletions
|
@ -101,7 +101,7 @@ const char* format_sleeptimer(char* buffer, size_t buffer_size,
|
|||
canceled, and how long it will be or how long is remaining in brackets */
|
||||
char* string_sleeptimer(char *buffer, size_t buffer_len);
|
||||
int toggle_sleeptimer(void);
|
||||
void talk_sleeptimer(void);
|
||||
void talk_sleeptimer(int custom_duration);
|
||||
|
||||
#if CONFIG_RTC
|
||||
void talk_timedate(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue