summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8702/debug-target.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-04 06:34:20 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-04 06:34:20 +0000
commit20b1a920036fd9011ae3083cc34cc8c280c8e097 (patch)
tree5e65f78f0cc4bd808764d2a555b19019fbb13712 /firmware/target/arm/s5l8702/debug-target.h
parentff2a7b6aa4d969fc92bfc088ba79802aef58c980 (diff)
downloadrockbox-20b1a920036fd9011ae3083cc34cc8c280c8e097.tar.gz
rockbox-20b1a920036fd9011ae3083cc34cc8c280c8e097.zip
s5l8702: move debug-target.h content to .c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31568 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/s5l8702/debug-target.h')
-rw-r--r--firmware/target/arm/s5l8702/debug-target.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/firmware/target/arm/s5l8702/debug-target.h b/firmware/target/arm/s5l8702/debug-target.h
index 2d1b1cc01c..e69de29bb2 100644
--- a/firmware/target/arm/s5l8702/debug-target.h
+++ b/firmware/target/arm/s5l8702/debug-target.h
@@ -1,27 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id: debug-target.h 28522 2010-11-06 14:24:25Z wodz $
9 *
10 * Copyright (C) 2007 by Karl Kurbjun
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21
22#ifndef _DEBUG_TARGET_H_
23#define _DEBUG_TARGET_H_
24
25#define DEBUG_CANCEL BUTTON_MENU
26
27#endif /* _DEBUG_TARGET_H_ */