mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-09 02:14:20 +00:00
Update BootloaderCDC.c
This commit is contained in:
parent
31f4260705
commit
e3988f19dd
@ -157,6 +157,9 @@ int main(void)
|
|||||||
USB_USBTask();
|
USB_USBTask();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Wait a short time to end all USB transactions and then disconnect */
|
||||||
|
_delay_us(1000);
|
||||||
|
|
||||||
/* Disconnect from the host - USB interface will be reset later along with the AVR */
|
/* Disconnect from the host - USB interface will be reset later along with the AVR */
|
||||||
USB_Detach();
|
USB_Detach();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user