Move some variable declarations to inside #ifdef USB_FULL_INIT, to avoid warnings...
commit57f8ae847c8cb123c0910ca068fead22a439d3de
authorFrank Gevaerts <frank@gevaerts.be>
Wed, 4 Jan 2012 22:07:09 +0000 (4 22:07 +0000)
committerFrank Gevaerts <frank@gevaerts.be>
Wed, 4 Jan 2012 22:07:09 +0000 (4 22:07 +0000)
tree68e347665beac5ccf5fbe82f10497bf6fbedc17e
parent4fcffcbdf34fc7a619c0626f8478cf06cdf1a043
Move some variable declarations to inside #ifdef USB_FULL_INIT, to avoid warnings for bootloaders that don't have the full USB state machine

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31583 a1c6a512-1295-4272-9138-f99709370657
firmware/usb.c