From ebcf06d237121475a897b828a4b6a29a9cd649d2 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Sat, 18 Aug 2007 23:03:03 +0000 Subject: Make peakmeter release setting work in units per tick (was units per read), add the unit and make it voiced. Make old leftover in lang file deprecated git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14390 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/talk.h') diff --git a/apps/talk.h b/apps/talk.h index 5374ae9..b016acb 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -43,6 +43,7 @@ enum { UNIT_HERTZ, /* hertz */ UNIT_MB, /* Megabytes */ UNIT_KBIT, /* kilobits per sec */ + UNIT_PM_TICK, /* peak meter units per tick */ UNIT_LAST /* END MARKER */ }; -- cgit v1.1