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

@ -155,7 +155,7 @@ bool __dbg_hw_info(void)
return false;
}
bool __dbg_ports(void)
bool dbg_ports(void)
{
int line;

View file

@ -27,7 +27,7 @@
#define DEBUG_CANCEL BUTTON_MENU
bool __dbg_hw_info(void);
bool __dbg_ports(void);
bool dbg_ports(void);
#endif /* _DEBUG_TARGET_H_ */