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:
Rafaël Carré 2012-01-04 06:34:20 +00:00
parent ff2a7b6aa4
commit 20b1a92003
2 changed files with 2 additions and 28 deletions

View file

@ -23,7 +23,6 @@
#include "system.h"
#include "config.h"
#include "kernel.h"
#include "debug-target.h"
#include "button.h"
#include "lcd.h"
#include "font.h"
@ -32,6 +31,8 @@
#include "pmu-target.h"
#include "pcm-target.h"
#define DEBUG_CANCEL BUTTON_MENU
/* Skeleton for adding target specific debug info to the debug menu
*/