mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29966 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4cda3774fb
commit
1fd7ad8861
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
#define _DEBUG_PRINTF(a, varargs...) lcd_putsf(0, line++, (a), ##varargs);
|
#define _DEBUG_PRINTF(a, varargs...) lcd_putsf(0, line++, (a), ##varargs);
|
||||||
|
|
||||||
extern int lcd_type;
|
extern int lcd_type;
|
||||||
bool __dbg_hw_info(void)
|
bool dbg_hw_info(void)
|
||||||
{
|
{
|
||||||
int line;
|
int line;
|
||||||
int i;
|
int i;
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#define DEBUG_CANCEL BUTTON_MENU
|
#define DEBUG_CANCEL BUTTON_MENU
|
||||||
|
|
||||||
bool __dbg_hw_info(void);
|
bool dbg_hw_info(void);
|
||||||
bool dbg_ports(void);
|
bool dbg_ports(void);
|
||||||
|
|
||||||
#endif /* _DEBUG_TARGET_H_ */
|
#endif /* _DEBUG_TARGET_H_ */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue