Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enclose PROGMEM segment names in quotes #5049

Merged
merged 1 commit into from
Aug 15, 2018

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