Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.

This commit is contained in:
Dean Camera 2009-09-06 20:30:26 +00:00
parent 0486f12e3e
commit 1190652c0b
5 changed files with 1 additions and 20 deletions

View file

@ -116,15 +116,6 @@ void ResetHardware(void)
boot_rww_enable();
}
/** Event handler for the USB_Disconnect event. This indicates that the bootloader should exit and the user
* application started.
*/
void EVENT_USB_Device_Disconnect(void)
{
/* Upon disconnection, run user application */
RunBootloader = false;
}
/** Event handler for the USB_ConfigurationChanged event. This configures the device's endpoints ready
* to relay data to and from the attached USB host.
*/