mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable().
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
*
|
||||
* void Jump_To_Bootloader(void)
|
||||
* {
|
||||
* // If USB is used, detach from the bus
|
||||
* USB_ShutDown();
|
||||
* // If USB is used, detach from the bus and reset it
|
||||
* USB_Disable();
|
||||
*
|
||||
* // Disable all interrupts
|
||||
* cli();
|
||||
|
||||
Reference in New Issue
Block a user