mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
b8a7f5137b
commit
8a16f1ba00
3 changed files with 5 additions and 2 deletions
|
|
@ -433,7 +433,7 @@ end:
|
|||
return false;
|
||||
}
|
||||
|
||||
bool __dbg_ports(void)
|
||||
bool dbg_ports(void)
|
||||
{
|
||||
int line, btn, i;
|
||||
|
||||
|
|
|
|||
|
|
@ -25,5 +25,5 @@
|
|||
|
||||
#define DEBUG_CANCEL BUTTON_LEFT
|
||||
bool __dbg_hw_info(void);
|
||||
bool __dbg_ports(void);
|
||||
bool dbg_ports(void);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue