@ -46,7 +46,7 @@ static int SerialStream_RxByte(FILE *Stream)
(void)Stream;
if (!(Serial_IsCharReceived()))
return EOF;
return _FDEV_EOF;
return Serial_RxByte();
}