File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
libraries/Robot_Control/examples/explore/R06_Wheel_Calibration Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ ARDUINO 1.5.9
99[core]
1010* sam: added -MMD flag to let gcc produce dependency files (full rebuild on Arduino Due is now triggered only if needed)
1111
12+ [libraries]
13+ * Fixed PROGMEM error in Robot_Control/examples/explore/R06_Wheel_Calibration
14+
1215The following changes are included also in the Arduino IDE 1.0.7:
1316
1417[libraries]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const char script8[] PROGMEM="5. Repeat 4 until going straight\n";
1212
1313char buffer [42 ];//must be longer than text
1414
15- PROGMEM const char * scripts []= {
15+ const char * const scripts [] PROGMEM = {
1616 script1 ,
1717 script2 ,
1818 script3 ,
You can’t perform that action at this time.
0 commit comments