Skip to content

Conversation

earlephilhower
Copy link
Collaborator

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.

__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.
@devyte devyte merged commit 831e75d into esp8266:master Aug 15, 2018
@jjsuwa
Copy link
Contributor

jjsuwa commented Aug 15, 2018

LGTM. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants