Fixed warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

This commit is contained in:
3d-gussner 2018-05-30 16:06:22 +02:00
parent d1cfed6af4
commit eeca0f683b

View File

@ -1034,7 +1034,7 @@ void setup()
stdout = uartout;
SERIAL_PROTOCOLLNPGM("start");
SERIAL_ECHO_START;
printf_P(PSTR(" "FW_VERSION_FULL"\n"));
printf_P(PSTR(" " FW_VERSION_FULL "\n"));
#if 0
SERIAL_ECHOLN("Reading eeprom from 0 to 100: start");