mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user