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 427df27e3e..32c34942e6 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1567,9 +1567,9 @@ static int disk_callback(int btn, struct gui_synclist *lists)
1567 '0' + (i & 7)); 1567 '0' + (i & 7));
1568 } 1568 }
1569#endif /* HAVE_ATA_DMA */ 1569#endif /* HAVE_ATA_DMA */
1570 i = identify_info[0] & (1 << 15); 1570 i = identify_info[83] & (1 << 2);
1571 simplelist_addline( 1571 simplelist_addline(
1572 "CF compatible: %s", i ? "yes" : "no"); 1572 "CFA compatible: %s", i ? "yes" : "no");
1573 i = identify_info[0] & (1 << 6); 1573 i = identify_info[0] & (1 << 6);
1574 simplelist_addline( 1574 simplelist_addline(
1575 "Fixed device: %s", i ? "yes" : "no"); 1575 "Fixed device: %s", i ? "yes" : "no");