bank 0x00 upload working with crc

This commit is contained in:
David Voswinkel
2009-06-29 21:48:24 +02:00
parent 2ebd2b75aa
commit 77d9418cee
8 changed files with 34 additions and 26 deletions

View File

@@ -141,7 +141,7 @@ section at the end of this file).
* of the macros usbDisableAllRequests() and usbEnableAllRequests() in
* usbdrv.h.
*/
#define USB_CFG_LONG_TRANSFERS 1
#define USB_CFG_LONG_TRANSFERS 0
/* Define this to 1 if you want to send/receive blocks of more than 254 bytes
* in a single control-in or control-out transfer. Note that the capability
* for long transfers increases the driver size.