mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
parent
b4f2af4f9d
commit
ca5e30a255
@ -9,6 +9,9 @@ ARDUINO 1.5.9
|
|||||||
[core]
|
[core]
|
||||||
* sam: added -MMD flag to let gcc produce dependency files (full rebuild on Arduino Due is now triggered only if needed)
|
* sam: added -MMD flag to let gcc produce dependency files (full rebuild on Arduino Due is now triggered only if needed)
|
||||||
|
|
||||||
|
[libraries]
|
||||||
|
* Fixed PROGMEM error in Robot_Control/examples/explore/R06_Wheel_Calibration
|
||||||
|
|
||||||
The following changes are included also in the Arduino IDE 1.0.7:
|
The following changes are included also in the Arduino IDE 1.0.7:
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
@ -12,7 +12,7 @@ const char script8[] PROGMEM="5. Repeat 4 until going straight\n";
|
|||||||
|
|
||||||
char buffer[42];//must be longer than text
|
char buffer[42];//must be longer than text
|
||||||
|
|
||||||
PROGMEM const char *scripts[]={
|
const char * const scripts[] PROGMEM = {
|
||||||
script1,
|
script1,
|
||||||
script2,
|
script2,
|
||||||
script3,
|
script3,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user