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:
parent
d75bb78fda
commit
78d29f535f
16 changed files with 133 additions and 24 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue