\r
while (RunBootloader)\r
USB_USBTask();\r
- \r
- /* Reset all configured hardware to their default states for the user app */\r
- ResetHardware();\r
\r
/* Wait 100ms to give the host time to register the disconnection */\r
_delay_ms(100);\r
USB_Init();\r
}\r
\r
-/** Resets all configured hardware required for the bootloader back to their original states. */\r
-void ResetHardware(void)\r
-{\r
- /* Shut down the USB subsystem */\r
- USB_ShutDown();\r
-}\r
-\r
/** Event handler for the USB_ConfigurationChanged event. This configures the device's endpoints ready\r
* to relay data to and from the attached USB host.\r
*/\r