forked from len0rd/rockbox
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16325 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
78fa347c6b
commit
b9c9ca6290
2 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,10 @@
|
||||||
#include "font.h"
|
#include "font.h"
|
||||||
#include "debug-target.h"
|
#include "debug-target.h"
|
||||||
|
|
||||||
|
#ifdef IPOD_ARCH
|
||||||
|
#include "hwcompat.h" /* needed for IPOD_HW_REVISION */
|
||||||
|
#endif
|
||||||
|
|
||||||
static int perfcheck(void)
|
static int perfcheck(void)
|
||||||
{
|
{
|
||||||
int result;
|
int result;
|
||||||
|
|
|
@ -17,5 +17,9 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef BUTTON_POWER
|
||||||
|
#define DEBUG_CANCEL BUTTON_MENU
|
||||||
|
#else
|
||||||
#define DEBUG_CANCEL BUTTON_POWER
|
#define DEBUG_CANCEL BUTTON_POWER
|
||||||
|
#endif
|
||||||
bool __dbg_hw_info(void);
|
bool __dbg_hw_info(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue