forked from len0rd/rockbox
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
This commit is contained in:
parent
86ca85bef7
commit
340de14c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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_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 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 *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';
|
card_name[6] = '\0';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue