Serial_Init(BaudRate, DoubleSpeed);\r
\r
stdout = &USARTStream;\r
+ stdin = &USARTStream;\r
}\r
\r
/** Turns off the serial stream (and regular USART driver), disabling and returning used hardware to\r
* - Fixed EEPROM and FLASH ISP programming in the AVRISP project\r
* - Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen)\r
* - Fixed SerialStream driver blocking while waiting for characters to be received instead of returning EOF\r
+ * - Fixed SerialStream driver not setting stdin to the created serial stream\r
*\r
* \section Sec_ChangeLog091223 Version 091223\r
*\r