diff options
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index b786199c76..ca8b056c99 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -86,7 +86,7 @@ /*---------------------------------------------------*/ /* SPECIAL DEBUG STUFF */ /*---------------------------------------------------*/ -extern char ata_device; +extern int ata_device; extern int ata_io_address; extern struct core_entry cores[NUM_CORES]; |