Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
7602566a
Commit
7602566a
authored
Feb 05, 2010
by
Dean Camera
Browse files
Fixed SerialStream driver not setting stdin to the created serial stream.
parent
658234a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/Peripheral/SerialStream.h
View file @
7602566a
...
...
@@ -89,6 +89,7 @@
Serial_Init
(
BaudRate
,
DoubleSpeed
);
stdout
=
&
USARTStream
;
stdin
=
&
USARTStream
;
}
/** Turns off the serial stream (and regular USART driver), disabling and returning used hardware to
...
...
LUFA/ManPages/ChangeLog.txt
View file @
7602566a
...
...
@@ -54,6 +54,7 @@
* - 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
* - Fixed SerialStream driver not setting stdin to the created serial stream
*
* \section Sec_ChangeLog091223 Version 091223
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment