forked from len0rd/rockbox
Add (some of the) debug menu to sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11120 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8428c14687
commit
2c2b50a458
3 changed files with 61 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue