summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-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 7072aa5349..5f22776a4b 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1311,7 +1311,7 @@ static bool dbg_disk_info(void)
1311 break; 1311 break;
1312 1312
1313 case 7: 1313 case 7:
1314 i = identify_info[82] & (6<<3); 1314 i = identify_info[82] & (1<<6);
1315 lcd_puts(0, y++, "Read-ahead:"); 1315 lcd_puts(0, y++, "Read-ahead:");
1316 lcd_puts(0, y++, i ? "enabled" : "unsupported"); 1316 lcd_puts(0, y++, i ? "enabled" : "unsupported");
1317 break; 1317 break;