aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk-vars.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2014-04-21 19:42:23 +0200
committerSimon John <git@the-jedi.co.uk>2014-04-21 19:42:23 +0200
commitfc6ff0f041ca85b2904ff3663f7e0ea3d91727dc (patch)
tree7d806590b3f4802de7c463d5b66bca200e4aed30 /arduino-mk-vars.md
parent70af7d49ec98da201792353ebb325ce2a2b13961 (diff)
fixed typo - should be ARDUINO_SKETCHBOOK not ARDUINO_VERSION
Diffstat (limited to 'arduino-mk-vars.md')
-rw-r--r--arduino-mk-vars.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md
index b18aa2b..57bf2c2 100644
--- a/arduino-mk-vars.md
+++ b/arduino-mk-vars.md
@@ -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*