remove "start" duplicity in setup
This commit is contained in:
parent
3d57d504ba
commit
053b94b711
@ -1181,7 +1181,6 @@ void setup()
|
||||
MYSERIAL.begin(BAUDRATE);
|
||||
fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream
|
||||
stdout = uartout;
|
||||
SERIAL_PROTOCOLLNPGM("start");
|
||||
SERIAL_ECHO_START;
|
||||
printf_P(PSTR(" " FW_VERSION_FULL "\n"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user