-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino 1.5.7 - example compilation issue #2217
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
Comments
The file is here:
What I think this says is that Adding another after the
Could you see if this compiles as expected? |
yes, I can confirm, that "const char * const scripts[] PROGMEM = { ... }" compiles correcly. |
Fixed for next release. Thanks! |
the Robot_Control / examples / explore / R06_Wheel_Calibration does not compile with new gcc/libc - "PROGMEM const char *scripts[]" seems to be erratic (error sugests that the var shoud be const).
the same construct is sugested on http://arduino.cc/en/Reference/PROGMEM (in the "Arrays of strings" paragraph) - and this should be fixed as well.
The text was updated successfully, but these errors were encountered: