From 2c2b50a458f3f8f48bcbe77a65b9c6073b5a6f3b Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Wed, 4 Oct 2006 07:29:50 +0000 Subject: Add (some of the) debug menu to sims git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11120 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/debug_menu.h') diff --git a/apps/debug_menu.h b/apps/debug_menu.h index e3f2eb4..629d071 100644 --- a/apps/debug_menu.h +++ b/apps/debug_menu.h @@ -23,10 +23,10 @@ bool debug_menu(void); #ifndef SIMULATOR extern bool dbg_ports(void); +extern bool dbg_partitions(void); #ifdef CONFIG_RTC extern bool dbg_rtc(void); #endif #endif -extern bool dbg_partitions(void); #endif -- cgit v1.1