mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -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
|
|
@ -29,7 +29,7 @@
|
|||
#include "font.h"
|
||||
#include "debug-target.h"
|
||||
|
||||
bool __dbg_hw_info(void)
|
||||
bool dbg_hw_info(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@
|
|||
#define DEBUG_CANCEL BUTTON_MENU
|
||||
#endif
|
||||
|
||||
bool __dbg_hw_info(void);
|
||||
bool dbg_hw_info(void);
|
||||
bool dbg_ports(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue