Get checkwps working again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19880 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-01-29 20:49:43 +00:00
parent d4b99fdfe0
commit 36c71a60ca
7 changed files with 66 additions and 21 deletions

View file

@ -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