1
0
Fork 0
forked from len0rd/rockbox

imx31: move DEBUG_CANCEL definition to .c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31564 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-04 06:33:59 +00:00
parent e8f5c5439e
commit 8b69989811
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,8 @@
#include "dvfs_dptc-imx31.h"
#include <stdio.h>
#define DEBUG_CANCEL BUTTON_BACK
bool dbg_hw_info(void)
{
int line;

View file

@ -21,7 +21,6 @@
#ifndef DEBUG_TARGET_H
#define DEBUG_TARGET_H
#define DEBUG_CANCEL BUTTON_BACK
bool __dbg_dvfs_dptc(void);
#endif /* DEBUG_TARGET_H */