undid path changes, left in whitespace fixes and /dev/null redirection

This commit is contained in:
Simon John 2013-06-13 09:26:27 +02:00
parent 32eccc1a8a
commit 697f6b6567
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@
# On Linux, you might prefer: # On Linux, you might prefer:
# #
# ARDUINO_DIR = /usr/share/arduino # ARDUINO_DIR = /usr/share/arduino
# ARDMK_DIR = /usr # ARDMK_DIR = /usr/local
# AVR_TOOLS_DIR = /usr # AVR_TOOLS_DIR = /usr
# #
# You can either set these up in the Makefile, or put them in your # You can either set these up in the Makefile, or put them in your
@ -89,7 +89,7 @@
# BOARD_TAG = uno # BOARD_TAG = uno
# ARDUINO_PORT = /dev/cu.usb* # ARDUINO_PORT = /dev/cu.usb*
# #
# include /usr/share/arduino/Arduino.mk # include /usr/local/share/Arduino.mk
# #
# Hopefully these will be self-explanatory but in case they're not: # Hopefully these will be self-explanatory but in case they're not:
# #

View file

@ -12,7 +12,7 @@ use YAML;
# More discussion at https://github.com/sudar/Arduino-Makefile/issues/50 # More discussion at https://github.com/sudar/Arduino-Makefile/issues/50
my %Opt = my %Opt =
( (
boards_txt => '/usr/share/arduino/hardware/arduino/boards.txt', boards_txt => '/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/boards.txt',
); );
# if the ARDUINO_DIR is defined, then use it # if the ARDUINO_DIR is defined, then use it