mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +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.