summaryrefslogtreecommitdiff
path: root/apps/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.h')
-rw-r--r--apps/talk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h
index c77c32e06f..3070efc61a 100644
--- a/apps/talk.h
+++ b/apps/talk.h
@@ -131,6 +131,9 @@ void talk_time(const struct tm *tm, bool enqueue);
131void talk_date(const struct tm *tm, bool enqueue); 131void talk_date(const struct tm *tm, bool enqueue);
132#endif /* CONFIG_RTC */ 132#endif /* CONFIG_RTC */
133 133
134/* speaks hr, min, sec, ms; unit_idx is lowest or base unit of the time value */
135int talk_time_intervals(long time, int unit_idx, bool enqueue);
136
134/* This (otherwise invalid) ID signals the end of the array. */ 137/* This (otherwise invalid) ID signals the end of the array. */
135#define TALK_FINAL_ID LANG_LAST_INDEX_IN_ARRAY 138#define TALK_FINAL_ID LANG_LAST_INDEX_IN_ARRAY
136 139