forked from mirror/qmk_firmware
Fixed SerialStream driver not setting stdin to the created serial stream.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user