fix yellow and red from r28522

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28523 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcin Bukat 2010-11-06 14:49:53 +00:00
parent b8a7f5137b
commit 8a16f1ba00
3 changed files with 5 additions and 2 deletions

View file

@ -433,7 +433,7 @@ end:
return false;
}
bool __dbg_ports(void)
bool dbg_ports(void)
{
int line, btn, i;

View file

@ -25,5 +25,5 @@
#define DEBUG_CANCEL BUTTON_LEFT
bool __dbg_hw_info(void);
bool __dbg_ports(void);
bool dbg_ports(void);
#endif