mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
imx233: move DEBUG_CANCEL definition to .c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31569 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
20b1a92003
commit
3af54d7175
2 changed files with 2 additions and 2 deletions
|
|
@ -33,6 +33,8 @@
|
||||||
#include "rtc-imx233.h"
|
#include "rtc-imx233.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
||||||
|
#define DEBUG_CANCEL BUTTON_BACK
|
||||||
|
|
||||||
static struct
|
static struct
|
||||||
{
|
{
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|
|
||||||
|
|
@ -21,8 +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_hw_target_info(void);
|
bool dbg_hw_target_info(void);
|
||||||
|
|
||||||
#endif /* DEBUG_TARGET_H */
|
#endif /* DEBUG_TARGET_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue