diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-05 03:59:42 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-05 03:59:42 +0000 |
commit | 6ba0b860ccd1a1f91fd25e4dc1ee162e9eb710ab (patch) | |
tree | 1aa4bc0eb6e9145ef2c9b354d3ee5443f402e176 /LUFA/ManPages | |
parent | 15f84bb8f5b910de40f081ee5e8ed847c592ea17 (diff) | |
download | lufa-6ba0b860ccd1a1f91fd25e4dc1ee162e9eb710ab.tar.gz lufa-6ba0b860ccd1a1f91fd25e4dc1ee162e9eb710ab.tar.bz2 lufa-6ba0b860ccd1a1f91fd25e4dc1ee162e9eb710ab.zip |
Fixed SerialStream driver blocking while waiting for characters to be received instead of returning EOF.
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 521ab38f9..5fd1b2ba4 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -53,6 +53,7 @@ * - Fixed Pipe_IsEndpointBound() not taking the endpoint's direction into account
* - Fixed EEPROM and FLASH ISP programming in the AVRISP project
* - Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen)
+ * - Fixed SerialStream driver blocking while waiting for characters to be received instead of returning EOF
*
* \section Sec_ChangeLog091223 Version 091223
*
|