device/dfu: Force FullSpeed mode since the DFU driver doesn't support HS

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2012-04-01 23:29:00 +02:00
parent 3b3b41d2ba
commit 7e109d186e
1 changed files with 1 additions and 0 deletions

View File

@ -464,6 +464,7 @@ void USBDFU_Initialize(const USBDDriverDescriptors *pDescriptors)
USBDDriver_Initialize(&usbdDriver, pDescriptors, if_altsettings);
USBD_Init();
USBD_ConfigureSpeed(1);
}
void USBDFU_SwitchToApp(void)