diff options
| author | Steve Bavin <pondlife@pondlife.me> | 2006-10-04 07:29:50 +0000 |
|---|---|---|
| committer | Steve Bavin <pondlife@pondlife.me> | 2006-10-04 07:29:50 +0000 |
| commit | 2c2b50a458f3f8f48bcbe77a65b9c6073b5a6f3b (patch) | |
| tree | 3f7c0427d70d081915432ae05117c36e509370c2 /apps/debug_menu.h | |
| parent | 8428c14687153a10420e43664ed1638179d9b7bc (diff) | |
| download | rockbox-2c2b50a458f3f8f48bcbe77a65b9c6073b5a6f3b.zip rockbox-2c2b50a458f3f8f48bcbe77a65b9c6073b5a6f3b.tar.gz rockbox-2c2b50a458f3f8f48bcbe77a65b9c6073b5a6f3b.tar.bz2 rockbox-2c2b50a458f3f8f48bcbe77a65b9c6073b5a6f3b.tar.xz | |
Add (some of the) debug menu to sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11120 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.h')
| -rw-r--r-- | apps/debug_menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |