mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Get checkwps working again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19880 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d4b99fdfe0
commit
36c71a60ca
7 changed files with 66 additions and 21 deletions
|
|
@ -47,6 +47,7 @@
|
|||
#endif
|
||||
#include "lcd.h"
|
||||
#include "file.h"
|
||||
#include "bmp.h"
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
#include "lcd-remote.h"
|
||||
#endif
|
||||
|
|
@ -58,9 +59,9 @@
|
|||
#ifndef __PCTOOL__
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "bmp.h"
|
||||
#include "resize.h"
|
||||
#else
|
||||
#include "checkwps.h"
|
||||
#undef DEBUGF
|
||||
#define DEBUGF(...)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue