forked from len0rd/rockbox
Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).
Introduced debug menu (Heikki Hannikainen). Cleaned up settings API. Added scroll_speed init. Moved dbg_ports() and dbg_rtc() from firmware/debug.c to apps/debug_menu.c Made panic buffer static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5e2898f3d4
commit
6b25f79af0
10 changed files with 312 additions and 240 deletions
|
|
@ -21,9 +21,6 @@
|
|||
|
||||
extern void debug_init(void);
|
||||
extern void debugf(char* fmt,...);
|
||||
#ifndef SIMULATOR
|
||||
extern void dbg_ports(void);
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue