1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-08 02:15:26 +03:00
ben-wpan/atusb/fw/usb
Stefan Schmidt a48c6dcb30 usb/dfu.h: Include usb.h to avoid gcc warning
With warnings treated as errors I get this:
In file included from flash.c:19:0:
usb/dfu.h:107:35: error: 'struct setup_request' declared inside parameter list
usb/dfu.h:107:35: error: its scope is only this definition or declaration, which
 is probably not what you want
make: *** [flash.o] Error 1

Struct setup_request is declared in usb.h so include it.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2011-06-17 12:01:38 -03:00
..
atu2.c atusb/fw/usb/: we were busy-looping on TXINI. Mask the interrupt when idle. 2011-06-11 14:17:44 -03:00
dfu_common.c atusb/fw/: moved common elements of DFU processing to dfu_common.c 2011-06-10 22:04:12 -03:00
dfu.c atusb/fw/usb/: DFU_ITF_DESCR also needs a protocol argument 2011-06-10 23:15:51 -03:00
dfu.h usb/dfu.h: Include usb.h to avoid gcc warning 2011-06-17 12:01:38 -03:00
usb.c atusb/fw/usb/: we were busy-looping on TXINI. Mask the interrupt when idle. 2011-06-11 14:17:44 -03:00
usb.h atusb/fw/usb/: we were busy-looping on TXINI. Mask the interrupt when idle. 2011-06-11 14:17:44 -03:00