Fixed SerialStream driver not setting stdin to the created serial stream.
This commit is contained in:
parent
658234a0b0
commit
7602566a05
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue