mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 01:52:35 -05:00
s5l8702: move debug-target.h content to .c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31568 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ff2a7b6aa4
commit
20b1a92003
2 changed files with 2 additions and 28 deletions
|
|
@ -23,7 +23,6 @@
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "kernel.h"
|
#include "kernel.h"
|
||||||
#include "debug-target.h"
|
|
||||||
#include "button.h"
|
#include "button.h"
|
||||||
#include "lcd.h"
|
#include "lcd.h"
|
||||||
#include "font.h"
|
#include "font.h"
|
||||||
|
|
@ -32,6 +31,8 @@
|
||||||
#include "pmu-target.h"
|
#include "pmu-target.h"
|
||||||
#include "pcm-target.h"
|
#include "pcm-target.h"
|
||||||
|
|
||||||
|
#define DEBUG_CANCEL BUTTON_MENU
|
||||||
|
|
||||||
/* Skeleton for adding target specific debug info to the debug menu
|
/* Skeleton for adding target specific debug info to the debug menu
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
/***************************************************************************
|
|
||||||
* __________ __ ___.
|
|
||||||
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
|
||||||
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
|
||||||
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
|
||||||
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
|
||||||
* \/ \/ \/ \/ \/
|
|
||||||
* $Id: debug-target.h 28522 2010-11-06 14:24:25Z wodz $
|
|
||||||
*
|
|
||||||
* 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_MENU
|
|
||||||
|
|
||||||
#endif /* _DEBUG_TARGET_H_ */
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue