From 58a0ee67a396622922d873d0625c993d2d5f9e57 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 21 May 2010 08:01:41 +0000 Subject: Oops - when adding a sequence header to the SDP response, the size value needs to be cleared, not the buffer pointer. --- LUFA/ManPages/SoftwareBootloaderJump.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'LUFA') diff --git a/LUFA/ManPages/SoftwareBootloaderJump.txt b/LUFA/ManPages/SoftwareBootloaderJump.txt index 1b284e4cd..ca8d8ee7c 100644 --- a/LUFA/ManPages/SoftwareBootloaderJump.txt +++ b/LUFA/ManPages/SoftwareBootloaderJump.txt @@ -44,8 +44,13 @@ * * void Jump_To_Bootloader(void) * { - * // If USB is used, detatch from the bus and wait 2 seconds for the host to register it + * // If USB is used, detatch from the bus * USB_ShutDown(); + * + * // Disable all interrupts + * cli(); + * + * // Wait two seconds for the USB detatchment to register on the host * for (uint8_t i = 0; i < 128; i++) * _delay_ms(16); * -- cgit v1.2.3