mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
remove debug-target.h
This commit is contained in:
parent
ed38c5d953
commit
7ca2081036
24 changed files with 1 additions and 36 deletions
|
@ -104,9 +104,6 @@
|
|||
#include "pcf50605.h"
|
||||
#endif
|
||||
#include "appevents.h"
|
||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
#include "debug-target.h"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_AS3514) && defined(CONFIG_CHARGING)
|
||||
#include "ascodec.h"
|
||||
|
@ -1767,6 +1764,7 @@ static bool dbg_save_roms(void)
|
|||
return false;
|
||||
}
|
||||
#elif CONFIG_CPU == IMX31L
|
||||
bool __dbg_dvfs_dptc(void);
|
||||
static bool dbg_save_roms(void)
|
||||
{
|
||||
int fd = creat("/flash_rom_A0000000-A01FFFFF.bin", 0666);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue