File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# ## DISCLAIMER
22# ## This is an example Makefile and it MUST be configured to suit your needs.
3- # ## For detailled explanations about all the avalaible options,
3+ # ## For detailed explanations about all the available options,
44# ## please refer to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md
55
66# ## PROJECT_DIR
@@ -16,7 +16,7 @@ AVR_GCC_VERSION := $(shell expr `avr-gcc -dumpversion | cut -f1` \>= 4.9)
1616ARDMK_DIR = $(PROJECT_DIR ) /Arduino-Makefile
1717
1818# ## ARDUINO_DIR
19- # ## Path to the Arduino application and ressources directory.
19+ # ## Path to the Arduino application and resources directory.
2020ARDUINO_DIR =
2121
2222# ## USER_LIB_PATH
Original file line number Diff line number Diff line change 11# ## DISCLAIMER
22# ## This is an example Makefile and it MUST be configured to suit your needs.
3- # ## For detailled explanations about all the avalaible options,
3+ # ## For detailed explanations about all the available options,
44# ## please refer to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md
55
66# ## PROJECT_DIR
@@ -16,7 +16,7 @@ AVR_GCC_VERSION := $(shell expr `avr-gcc -dumpversion | cut -f1` \>= 4.9)
1616ARDMK_DIR = $(PROJECT_DIR ) /Arduino-Makefile
1717
1818# ## ARDUINO_DIR
19- # ## Path to the Arduino application and ressources directory.
19+ # ## Path to the Arduino application and resources directory.
2020ARDUINO_DIR = /usr/share/arduino
2121
2222# ## USER_LIB_PATH
Original file line number Diff line number Diff line change 11# ## DISCLAIMER
22# ## This is an example Makefile and it MUST be configured to suit your needs.
3- # ## For detailled explanations about all the avalaible options,
3+ # ## For detailed explanations about all the available options,
44# ## please refer to https://github.com/sudar/Arduino-Makefile/blob/master/arduino-mk-vars.md
55
66# ## PROJECT_DIR
@@ -16,7 +16,7 @@ AVR_GCC_VERSION := $(shell expr `avr-gcc -dumpversion | cut -f1` \>= 4.9)
1616ARDMK_DIR = $(PROJECT_DIR ) /Arduino-Makefile
1717
1818# ## ARDUINO_DIR
19- # ## Path to the Arduino application and ressources directory.
19+ # ## Path to the Arduino application and resources directory.
2020# ## For Arduino IDE 1.0.x
2121# ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
2222# ## For Arduino IDE 1.6.x
You can’t perform that action at this time.
0 commit comments