diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-16 05:45:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-16 05:45:05 +0000 |
commit | 79e54580ae0ce192f6c66a11880136eac483fc29 (patch) | |
tree | 9cc3b57427a3ef5b87f3029ad5e7a1f96ae7183d /LUFA/ManPages/ChangeLog.txt | |
parent | ea5236b3e14976c1fc9b053c0a9294e8305e0a15 (diff) | |
download | lufa-79e54580ae0ce192f6c66a11880136eac483fc29.tar.gz lufa-79e54580ae0ce192f6c66a11880136eac483fc29.tar.bz2 lufa-79e54580ae0ce192f6c66a11880136eac483fc29.zip |
Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David Lyons).
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-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 d58a070af..84fa2a617 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -48,6 +48,7 @@ * - Corrected HID descriptor in the Joystick Device demos - buttons should be placed outside the pointer collection
* - Fixed HID report parser collection paths invalid due to misplaced semicolon in the free path item search loop
* - Fixed HID host Class driver report send/receive report broken when issued through the control pipe
+ * - Fixed HOST_STATE_AS_GPIOR compile time option being ignored when in host mode (thanks to David Lyons)
*
* \section Sec_ChangeLog090924 Version 090924
*
|