Renamed all driver termination *_ShutDown() functions to the more logical name *_Disa...
[pub/lufa.git] / LUFA / ManPages / SoftwareBootloaderJump.txt
index 2591a86..d0b41e1 100644 (file)
@@ -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();