diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-27 16:39:06 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-27 16:39:06 +0000 |
commit | 9eef78d21e4f87b929ec8174f52ac87d11fc4eb0 (patch) | |
tree | 21ab092bd846113b50344a9c424c04f549ab4892 /LUFA | |
parent | 603a7d86e9596be2af91aff985611481bcdcbc74 (diff) | |
download | lufa-9eef78d21e4f87b929ec8174f52ac87d11fc4eb0.tar.gz lufa-9eef78d21e4f87b929ec8174f52ac87d11fc4eb0.tar.bz2 lufa-9eef78d21e4f87b929ec8174f52ac87d11fc4eb0.zip |
Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut).
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 6dbd8abbc..62cf1f92a 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -27,6 +27,7 @@ * - Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks to Christan Beharrell) * - Library Applications: * - Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project + * - Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut) * * \section Sec_ChangeLog120730 Version 120730 * <b>New:</b> |