aboutsummaryrefslogtreecommitdiff
path: root/examples/MakefileExample/Makefile-example.mk
diff options
context:
space:
mode:
authormichael <mikael.riley@gmail.com>2015-08-04 21:44:15 -0400
committermichael <mikael.riley@gmail.com>2015-08-04 21:44:15 -0400
commitf7efd1ba9739c098475230a8d37e4c4a11c2ef9c (patch)
tree20630680d0d80fd8b3a5674ac7127af6c28ce5dd /examples/MakefileExample/Makefile-example.mk
parent1fb7cddf0e632653e44619397fbc802df4e40136 (diff)
Fix typo
Diffstat (limited to 'examples/MakefileExample/Makefile-example.mk')
-rw-r--r--examples/MakefileExample/Makefile-example.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/MakefileExample/Makefile-example.mk b/examples/MakefileExample/Makefile-example.mk
index 9b6a118..d9411d1 100644
--- a/examples/MakefileExample/Makefile-example.mk
+++ b/examples/MakefileExample/Makefile-example.mk
@@ -38,12 +38,12 @@ AVR_TOOLS_DIR = /usr/local
### or on Linux: (remove the one you don't want)
AVR_TOOLS_DIR = /usr
-### AVRDDUDE
+### AVRDUDE
### Path to avrdude directory.
### On OS X with `homebrew`:
-AVRDDUDE = /usr/local/bin/avrdude
+AVRDUDE = /usr/local/bin/avrdude
### or on Linux: (remove the one you don't want)
-AVRDDUDE = /usr/bin/avrdude
+AVRDUDE = /usr/bin/avrdude
### CFLAGS_STD
### Set the C standard to be used during compilation. Documentation (https://github.com/WeAreLeka/Arduino-Makefile/blob/std-flags/arduino-mk-vars.md#cflags_std)