From 43b9d552bb0a32c5cd5f9fa72a8cb3c871ad5ef3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 30 Jan 2011 23:12:06 +0000 Subject: Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable(). --- LUFA/ManPages/SoftwareBootloaderJump.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LUFA/ManPages/SoftwareBootloaderJump.txt') diff --git a/LUFA/ManPages/SoftwareBootloaderJump.txt b/LUFA/ManPages/SoftwareBootloaderJump.txt index 2591a8645..d0b41e1b6 100644 --- a/LUFA/ManPages/SoftwareBootloaderJump.txt +++ b/LUFA/ManPages/SoftwareBootloaderJump.txt @@ -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(); -- cgit v1.2.3