From 340de14c0ea7a1d37382d09b954496ae84c67ae1 Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Wed, 16 Aug 2006 07:02:46 +0000 Subject: [PATCH] Fix the stupid text editor's silliness and use "us" for microsec git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10605 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/debug_menu.c b/apps/debug_menu.c index dbfb74547b..ed9d7231a9 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", "s", "ms" }; + static const unsigned char *nsec_units[] = { "ns", "us", "ms" }; card_name[6] = '\0';