git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29966 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcin Bukat 2011-06-05 10:33:42 +00:00
parent 4cda3774fb
commit 1fd7ad8861
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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_ */