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:
Tobias Diedrich 2010-03-23 11:22:21 +00:00
parent c4e4ffb541
commit 06653d982a

View file

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