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 7072aa5..5f22776 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1311,7 +1311,7 @@ static bool dbg_disk_info(void)
break;
case 7:
- i = identify_info[82] & (6<<3);
+ i = identify_info[82] & (1<<6);
lcd_puts(0, y++, "Read-ahead:");
lcd_puts(0, y++, i ? "enabled" : "unsupported");
break;