Fixed SerialStream driver not setting stdin to the created serial stream.

This commit is contained in:
Dean Camera 2010-02-05 07:27:01 +00:00
parent 658234a0b0
commit 7602566a05
2 changed files with 2 additions and 0 deletions

View file

@ -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