From 1dc62dfc6b004786ca73fbee13554929bd221c8a Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Wed, 16 Aug 2006 09:15:40 +0000 Subject: Okay, use µs instead of us MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10607 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index ed9d7231a9..09b9ac5559 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1491,7 +1491,7 @@ bool dbg_mmc_info(void) static const unsigned char i_vmin[] = { 0, 1, 5, 10, 25, 35, 60, 100 }; static const unsigned char i_vmax[] = { 1, 5, 10, 25, 35, 45, 80, 200 }; static const unsigned char *kbit_units[] = { "kBit/s", "MBit/s", "GBit/s" }; - static const unsigned char *nsec_units[] = { "ns", "us", "ms" }; + static const unsigned char *nsec_units[] = { "ns", "µs", "ms" }; card_name[6] = '\0'; -- cgit v1.2.3