mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Move dbg_hw_info() into target tree. FS#11735 by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29964 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dace72166e
commit
dceceef052
26 changed files with 536 additions and 387 deletions
|
|
@ -41,7 +41,7 @@
|
|||
extern int lcd_type;
|
||||
extern uint32_t nand_type[4];
|
||||
|
||||
bool __dbg_hw_info(void)
|
||||
bool dbg_hw_info(void)
|
||||
{
|
||||
int line;
|
||||
int i;
|
||||
|
|
@ -127,7 +127,7 @@ bool __dbg_hw_info(void)
|
|||
}
|
||||
|
||||
#else
|
||||
_DEBUG_PRINTF("__dbg_hw_info");
|
||||
_DEBUG_PRINTF("dbg_hw_info");
|
||||
#endif
|
||||
|
||||
lcd_update();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue