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

Commits on Aug 15, 2018

  1. Enclose PROGMEM segment names in quotes

    __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.
    earlephilhower committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    857b66c View commit details
    Browse the repository at this point in the history