1
0
Fork 0
forked from len0rd/rockbox

Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16831 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2008-03-26 23:35:34 +00:00
parent d75bb78fda
commit 78d29f535f
16 changed files with 133 additions and 24 deletions

View file

@ -23,12 +23,11 @@
#include <stdbool.h>
#include "cpu.h"
#include "config.h"
#include "adc.h"
#include "lcd.h"
#ifdef HAVE_REMOTE_LCD
#if defined(TARGET_TREE)
#if defined(TARGET_TREE) && !defined(__PCTOOL__)
#include "lcd-remote-target.h"
#endif