diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2018-04-02 14:51:18 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2018-04-02 14:51:22 +1000 |
commit | 1e9148db894bca208d1076c291e85e134a2f3308 (patch) | |
tree | 532bab8850238b5a22e250e38673f4f6c32954bd /LUFA | |
parent | 0a5848efdc7c979ee23b19df2fd399f93631fa3f (diff) | |
download | lufa-1e9148db894bca208d1076c291e85e134a2f3308.tar.gz lufa-1e9148db894bca208d1076c291e85e134a2f3308.tar.bz2 lufa-1e9148db894bca208d1076c291e85e134a2f3308.zip |
Fix bootloaders incorrectly checking the BOOTRST fuse on start (thanks to Braden Kell).
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 54744066e..719ae2209 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -21,6 +21,7 @@ * - Library Applications: * - Fixed bootloaders not disabling global interrupts during erase and write operations (thanks to Zoltan) * - Fixed bootloaders accepting flash writes to the bootloader region (thanks to NicoHood) + * - Fixed bootloaders incorrectly checking the BOOTRST fuse on start (thanks to Braden Kell) * * \section Sec_ChangeLog170418 Version 170418 * <b>New:</b> |