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)
21
21
22
22
# Are we using mingw/msys/msys2/cygwin?
23
23
ifeq ($(TERM),xterm)
24
- # this is the path coming with night build
25
24
T=$(shell cygpath -u $(LOCALAPPDATA))
26
- # this is the path till 1.6.5 r5
27
- # T=$(shell cygpath -u $(APPDATA))
28
25
MODULE_PATH? =$(T ) /Arduino15/packages/arduino
29
26
ARM_GCC_PATH? =$(MODULE_PATH ) /tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-
30
27
RM =rm
31
28
SEP =/
32
29
else
33
- # this is the path coming with night build
34
30
MODULE_PATH? =$(LOCALAPPDATA ) /Arduino15/packages/arduino
35
- # this is the path till 1.6.5 r5
36
- # MODULE_PATH?=$(APPDATA)/Arduino15/packages/arduino
37
31
ARM_GCC_PATH? =$(MODULE_PATH ) /tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-
38
32
RM =rm
39
33
SEP =\\
You can’t perform that action at this time.
0 commit comments