summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
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)
1491 static const unsigned char i_vmin[] = { 0, 1, 5, 10, 25, 35, 60, 100 }; 1491 static const unsigned char i_vmin[] = { 0, 1, 5, 10, 25, 35, 60, 100 };
1492 static const unsigned char i_vmax[] = { 1, 5, 10, 25, 35, 45, 80, 200 }; 1492 static const unsigned char i_vmax[] = { 1, 5, 10, 25, 35, 45, 80, 200 };
1493 static const unsigned char *kbit_units[] = { "kBit/s", "MBit/s", "GBit/s" }; 1493 static const unsigned char *kbit_units[] = { "kBit/s", "MBit/s", "GBit/s" };
1494 static const unsigned char *nsec_units[] = { "ns", "us", "ms" }; 1494 static const unsigned char *nsec_units[] = { "ns", "µs", "ms" };
1495 1495
1496 card_name[6] = '\0'; 1496 card_name[6] = '\0';
1497 1497