diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-18 06:26:51 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-18 06:26:51 +0000 |
commit | eb2e883fd35b5332a7425488105a7adb500ce3fe (patch) | |
tree | fb56521b575c979681147b3ae80a8c63a881544b /LUFA/DoxygenPages/ChangeLog.txt | |
parent | 3e044872790072838c2d1d0370b98b6ebf4fea93 (diff) | |
download | lufa-eb2e883fd35b5332a7425488105a7adb500ce3fe.tar.gz lufa-eb2e883fd35b5332a7425488105a7adb500ce3fe.tar.bz2 lufa-eb2e883fd35b5332a7425488105a7adb500ce3fe.zip |
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-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 340fa6ba1..00aa13f6a 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -19,6 +19,7 @@ * - Core: * - When automatic PLL management mode is enabled on the U4 series AVR8 chips, the PLL is now configured for 48MHz and not * a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale) + * - Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities * - Library Applications: * - None * |