diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-09-06 20:30:26 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-09-06 20:30:26 +0000 |
| commit | 04f4d5925f425ab37107d253449885b213b67ecb (patch) | |
| tree | e05f2760a9ed5555eb5195614f4c3ef4ea7e59a7 /Bootloaders/CDC/BootloaderCDC.c | |
| parent | 3161ba9bd3cdcecd1a305197d8bc057d5a2ad571 (diff) | |
Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@813 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/CDC/BootloaderCDC.c')
| -rw-r--r-- | Bootloaders/CDC/BootloaderCDC.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Bootloaders/CDC/BootloaderCDC.c b/Bootloaders/CDC/BootloaderCDC.c index f9259561..d1f595c3 100644 --- a/Bootloaders/CDC/BootloaderCDC.c +++ b/Bootloaders/CDC/BootloaderCDC.c @@ -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.
*/
|
