Skip to content

Commit 60775dc

Browse files
committed
Remove extra slash in path
fix #723
1 parent bebf023 commit 60775dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx1
1212
runtime.tools.esptool.path={runtime.platform.path}/tools
1313

1414
compiler.path={runtime.tools.xtensa-lx106-elf-gcc.path}/bin/
15-
compiler.sdk.path={runtime.platform.path}/tools/sdk/
15+
compiler.sdk.path={runtime.platform.path}/tools/sdk
1616
compiler.cpreprocessor.flags=-D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-I{compiler.sdk.path}/include"
1717

1818
compiler.c.cmd=xtensa-lx106-elf-gcc

0 commit comments

Comments
 (0)