Skip to content

Commit 5f9b54b

Browse files
committed
Remove commented out sections for IDE 1.6.5, as this core requires IDE 1.6.6
1 parent b0af07e commit 5f9b54b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bootloaders/zero/Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,13 @@ ifeq ($(OS),Windows_NT)
2121

2222
# Are we using mingw/msys/msys2/cygwin?
2323
ifeq ($(TERM),xterm)
24-
# this is the path coming with night build
2524
T=$(shell cygpath -u $(LOCALAPPDATA))
26-
# this is the path till 1.6.5 r5
27-
# T=$(shell cygpath -u $(APPDATA))
2825
MODULE_PATH?=$(T)/Arduino15/packages/arduino
2926
ARM_GCC_PATH?=$(MODULE_PATH)/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-
3027
RM=rm
3128
SEP=/
3229
else
33-
# this is the path coming with night build
3430
MODULE_PATH?=$(LOCALAPPDATA)/Arduino15/packages/arduino
35-
# this is the path till 1.6.5 r5
36-
# MODULE_PATH?=$(APPDATA)/Arduino15/packages/arduino
3731
ARM_GCC_PATH?=$(MODULE_PATH)/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-
3832
RM=rm
3933
SEP=\\

0 commit comments

Comments
 (0)