From 8b8785b541d0630c65cb399ad66be2d2b072b277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Doyon?= Date: Sat, 3 Nov 2007 03:43:12 +0000 Subject: Accept FS#7798: Voice unit for time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15416 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/talk.h') diff --git a/apps/talk.h b/apps/talk.h index 0dea8d6..bb05bd8 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -45,6 +45,8 @@ enum { UNIT_MB, /* Megabytes */ UNIT_KBIT, /* kilobits per sec */ UNIT_PM_TICK, /* peak meter units per tick */ + UNIT_TIME_EXACT,/* time duration/interval in seconds, says hours,mins,secs*/ + UNIT_TIME, /* as above but less verbose */ UNIT_LAST /* END MARKER */ }; -- cgit v1.1