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:
parent
e8f5c5439e
commit
8b69989811
2 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,8 @@
|
||||||
#include "dvfs_dptc-imx31.h"
|
#include "dvfs_dptc-imx31.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#define DEBUG_CANCEL BUTTON_BACK
|
||||||
|
|
||||||
bool dbg_hw_info(void)
|
bool dbg_hw_info(void)
|
||||||
{
|
{
|
||||||
int line;
|
int line;
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
#ifndef DEBUG_TARGET_H
|
#ifndef DEBUG_TARGET_H
|
||||||
#define DEBUG_TARGET_H
|
#define DEBUG_TARGET_H
|
||||||
|
|
||||||
#define DEBUG_CANCEL BUTTON_BACK
|
|
||||||
bool __dbg_dvfs_dptc(void);
|
bool __dbg_dvfs_dptc(void);
|
||||||
|
|
||||||
#endif /* DEBUG_TARGET_H */
|
#endif /* DEBUG_TARGET_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue