No intentional warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25308 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2010-03-23 13:21:19 +00:00
parent 65dc4f28c9
commit 2d174af443

View file

@ -29,10 +29,6 @@
#include "power.h"
#include "as3525.h"
#if CONFIG_CPU != AS3525 && !defined(USB_DETECT_PIN)
#warning USB_DETECT_PIN not defined for your target
#endif
#if CONFIG_CPU == AS3525
static int usb_status = USB_EXTRACTED;
#endif