mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +03:00
__FILE__ is used to name the segments used for each PROGMEM constant, but __FILE__ may have a space in it. This would cause compilation errors. Add quotes around the entire segment name to work around this.