Update more broken LUFA links (#26383)

This commit is contained in:
Joel Challis
2026-08-03 02:02:07 +01:00
committed by GitHub
parent d6235b9627
commit 332fa30e17
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
/** \brief Entering the Bootloader via Software
*
* http://www.fourwalledcubicle.com/files/LUFA/Doc/120730/html/_page__software_bootloader_start.html
* https://github.com/abcminiuser/lufa/blob/master/LUFA/DoxygenPages/SoftwareBootloaderJump.txt
*/
#define BOOTLOADER_RESET_KEY 0xB007B007
uint32_t reset_key __attribute__((section(".noinit,\"aw\",@nobits;")));