diff options
| author | straccio <lord.strambo@gmail.com> | 2016-06-22 10:52:07 +0200 |
|---|---|---|
| committer | straccio <lord.strambo@gmail.com> | 2016-06-22 10:52:07 +0200 |
| commit | 6c5589bd3ce91b5123088b8f28472605aa327195 (patch) | |
| tree | c4954f993f8eff0124a81efe3aa800e21ddbad5a /examples | |
| parent | e3d97f76f5ce2256c90460719eae19621374cac3 (diff) | |
| parent | c0fea5ccd9d4db662c2a64e8c390d671d138bae7 (diff) | |
Merge remote-tracking branch 'sudar/master'
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/MakefileExample/Makefile-example.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/MakefileExample/Makefile-example.mk b/examples/MakefileExample/Makefile-example.mk index 9b6a118..34c080f 100644 --- a/examples/MakefileExample/Makefile-example.mk +++ b/examples/MakefileExample/Makefile-example.mk @@ -15,7 +15,7 @@ ARDMK_DIR = $(PROJECT_DIR)/Arduino-Makefile ### ARDUINO_DIR ### Path to the Arduino application and resources directory. ### On OS X: -ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java +ARDUINO_DIR = /Applications/Arduino.app/Contents/Java ### or on Linux: (remove the one you don't want) ARDUINO_DIR = /usr/share/arduino @@ -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) |
