summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-04 06:34:56 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-04 06:34:56 +0000
commit606155cd20a4f6b07a803d03f4dabbb7e6b2dc6d (patch)
treeca673a7906eab174a5ba16e2e131abe9051ebd83 /firmware
parentb619a2f42468ae4b7cc3951aaa22cc1f36ac442e (diff)
as3525: move debug-target.h content to .c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31572 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/as3525/debug-as3525.c3
-rw-r--r--firmware/target/arm/as3525/debug-target.h26
2 files changed, 2 insertions, 27 deletions
diff --git a/firmware/target/arm/as3525/debug-as3525.c b/firmware/target/arm/as3525/debug-as3525.c
index da303df0f3..783f3f68a4 100644
--- a/firmware/target/arm/as3525/debug-as3525.c
+++ b/firmware/target/arm/as3525/debug-as3525.c
@@ -20,7 +20,6 @@
****************************************************************************/
#include <stdbool.h>
-#include <debug-target.h>
#include "button.h"
#include "lcd.h"
#include "font.h"
@@ -31,6 +30,8 @@
#include "adc.h"
#include "storage.h"
+#define DEBUG_CANCEL BUTTON_LEFT
+
#define ON "Enabled"
#define OFF "Disabled"
diff --git a/firmware/target/arm/as3525/debug-target.h b/firmware/target/arm/as3525/debug-target.h
index a86c6f2d41..e69de29bb2 100644
--- a/firmware/target/arm/as3525/debug-target.h
+++ b/firmware/target/arm/as3525/debug-target.h
@@ -1,26 +0,0 @@
-/***************************************************************************
- * __________ __ ___.
- * Open \______ \ ____ ____ | | _\_ |__ _______ ___
- * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
- * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
- * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
- * \/ \/ \/ \/ \/
- * $Id$
- *
- * Copyright (C) 2007 by Karl Kurbjun
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
- * KIND, either express or implied.
- *
- ****************************************************************************/
-
-#ifndef _DEBUG_TARGET_H_
-#define _DEBUG_TARGET_H_
-
-#define DEBUG_CANCEL BUTTON_LEFT
-#endif