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 f7a96dcd3d..55a2bbf482 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -61,7 +61,7 @@
61extern int ata_device; 61extern int ata_device;
62extern int ata_io_address; 62extern int ata_io_address;
63extern int num_threads; 63extern int num_threads;
64extern char *thread_name[]; 64extern const char *thread_name[];
65 65
66#ifdef HAVE_LCD_BITMAP 66#ifdef HAVE_LCD_BITMAP
67/* Test code!!! */ 67/* Test code!!! */