From d92e9133d392fe9abfde27b60b27b24f3b142fc3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 19 Apr 2010 10:53:14 +0000 Subject: Make bluetooth SDP code correctly unpack the search UUIDs and parameters. Minor documentation improvements. --- 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 82fce4a6d..3f6e30582 100644 --- a/LUFA/ManPages/SoftwareBootloaderJump.txt +++ b/LUFA/ManPages/SoftwareBootloaderJump.txt @@ -34,8 +34,8 @@ * void Bootloader_Jump_Check(void) ATTR_INIT_SECTION(3); * void Bootloader_Jump_Check(void) * { - * // If the bootloader key is correct, clear it and jump to the bootloader - * if (Boot_Key == MAGIC_BOOT_KEY) + * // If the reset source was the bootloader and the key is correct, clear it and jump to the bootloader + * if ((MCUSR & (1<