Merge pull request #789 from 3d-gussner/MK3_fix4
Fixed warning: invalid suffix on literal; C++11 requires a space betw…
This commit is contained in:
commit
80c641ae5d
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ void setup()
|
||||||
stdout = uartout;
|
stdout = uartout;
|
||||||
SERIAL_PROTOCOLLNPGM("start");
|
SERIAL_PROTOCOLLNPGM("start");
|
||||||
SERIAL_ECHO_START;
|
SERIAL_ECHO_START;
|
||||||
printf_P(PSTR(" "FW_VERSION_FULL"\n"));
|
printf_P(PSTR(" " FW_VERSION_FULL "\n"));
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
SERIAL_ECHOLN("Reading eeprom from 0 to 100: start");
|
SERIAL_ECHOLN("Reading eeprom from 0 to 100: start");
|
||||||
|
|
Loading…
Reference in a new issue