Arduino Compiler doesn't compile a particular sketch.

Hello,
thank you for the advice.
An example is my fault.

Serial.print(F("SRAM controling ... ""));

Double '' at the end of the command.
This caused the error described in the introduction to the topic.

A typo like
info("<<<" "+rxData); (3 quotes)
also causes this problem...

AndreasPercher:
info("<<<" "+rxData); (3 quotes)
also causes this problem...

Which version of the Arduino IDE are you using?