1
0
Fork 0
forked from len0rd/rockbox

move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcin Bukat 2010-11-06 14:24:25 +00:00
parent 97a783a79a
commit b8a7f5137b
24 changed files with 519 additions and 380 deletions

View file

@ -20,5 +20,5 @@
****************************************************************************/
bool __dbg_hw_info(void);
bool __dbg_ports(void);
bool dbg_ports(void);

View file

@ -35,7 +35,7 @@
#define STS (*(volatile unsigned long *)0xF3001008)
#define SRC (*(volatile unsigned long *)0xF3001010)
bool __dbg_ports(void)
bool dbg_ports(void)
{
return false;
}