diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-29 07:41:54 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-29 07:41:54 +0000 |
commit | b7f6a65c258cafc3111d77502b491f223b886a33 (patch) | |
tree | 237895458a1eb96ab34ed6c3b35efaa823517c23 /LUFA/ManPages | |
parent | 414b92e8123b9163015fb99ec286439275b000e8 (diff) | |
download | lufa-b7f6a65c258cafc3111d77502b491f223b886a33.tar.gz lufa-b7f6a65c258cafc3111d77502b491f223b886a33.tar.bz2 lufa-b7f6a65c258cafc3111d77502b491f223b886a33.zip |
Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 and ATMEGA16U2.
Simplified the USB.h master include file's target validity checks.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 8f7a410ff..4b37995af 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -40,6 +40,7 @@ * - Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_DELAY_MS is set to zero
* - Fixed misnamed Pipe_SetPipeToken() macro for setting a pipe's direction
* - Fixed CDCHost failing on devices with bidirectional endpoints
+ * - Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 and ATMEGA16U2
*
* \section Sec_ChangeLog091122 Version 091122
*
|