Skip to content

Commit

Permalink
Default Arduino IDE 1.6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelpatel committed Nov 22, 2015
1 parent fd23295 commit d69c455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/Arduino-Makefile/Arduino.mk
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ ifndef OBJDUMP_NAME
endif

ifndef AR_NAME
# AR_NAME = avr-ar
AR_NAME = avr-gcc-ar
AR_NAME = avr-ar
# AR_NAME = avr-gcc-ar
endif

ifndef SIZE_NAME
Expand Down
2 changes: 1 addition & 1 deletion build/Cosa.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ifdef GCC_AVR_VER
ARDUINO_VER = $(GCC_AVR_VER)
else
ifndef ARDUINO_VER
ARDUINO_VER = 1.6.5-r5
ARDUINO_VER = 1.6.6
endif
ifndef ARDUINO_DIR
ARDUINO_DIR = $(HOME)/opt/arduino-$(ARDUINO_VER)
Expand Down

0 comments on commit d69c455

Please sign in to comment.