fixed typo - should be ARDUINO_SKETCHBOOK not ARDUINO_VERSION

This commit is contained in:
Simon John 2014-04-21 19:42:23 +02:00
parent 70af7d49ec
commit fc6ff0f041

View file

@ -129,7 +129,7 @@ ARDUINO_VERSION = 105
----
### ARDUINO_VERSION
### ARDUINO_SKETCHBOOK
**Description:**
@ -140,7 +140,7 @@ Usually can be auto-detected from the Arduino `preferences.txt` file or the defa
**Example:**
```Makefile
ARDUINO_VERSION = ~/sketches
ARDUINO_SKETCHBOOK = ~/sketches
```
**Requirement:** *Optional*