Make this properly dependend on the right defines instead of a blacklist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25306 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c4e4ffb541
commit
06653d982a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include "power.h"
|
||||
#include "as3525.h"
|
||||
|
||||
#if defined(SANSA_CLIPV2) || defined(SANSA_CLIPPLUS) || defined(SANSA_FUZEV2)
|
||||
#if CONFIG_CPU != AS3525 && !defined(USB_DETECT_PIN)
|
||||
#warning USB_DETECT_PIN not defined for your target
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue