Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define.

This commit is contained in:
Dean Camera 2010-11-30 02:43:44 +00:00
parent c879887dce
commit 1c74525d2f
3 changed files with 5 additions and 2 deletions

View file

@ -109,7 +109,7 @@ USB_Descriptor_Configuration_t ConfigurationDescriptor =
.Attributes = (ATTR_CAN_UPLOAD | ATTR_CAN_DOWNLOAD),
.DetachTimeout = 0x0000,
.TransferSize = 0x0c00,
.TransferSize = 0x0C00,
.DFUSpecification = VERSION_BCD(01.01)
}