summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 47c73c35df..26d5e3359e 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1907,8 +1907,8 @@ static int disk_callback(int btn, struct gui_synclist *lists)
1907 udma4[0] = (identify_info[88] & (1<<4)) ? '4' : 0; 1907 udma4[0] = (identify_info[88] & (1<<4)) ? '4' : 0;
1908 udma5[0] = (identify_info[88] & (1<<5)) ? '5' : 0; 1908 udma5[0] = (identify_info[88] & (1<<5)) ? '5' : 0;
1909 simplelist_addline(SIMPLELIST_ADD_LINE, 1909 simplelist_addline(SIMPLELIST_ADD_LINE,
1910 "UDMA modes: %s %s %s %s %s", udma0, udma1, udma2, 1910 "UDMA modes: %s %s %s %s %s %s", udma0, udma1, udma2,
1911 udma3, udma4, udma5); 1911 udma3, udma4, udma5);
1912 } 1912 }
1913 else { 1913 else {
1914 simplelist_addline(SIMPLELIST_ADD_LINE, 1914 simplelist_addline(SIMPLELIST_ADD_LINE,