File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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 =\\
You can’t perform that action at this time.
0 commit comments