Skip to content

Commit 7071cbe

Browse files
committed
Remove extra slash in path
fix #723
1 parent b81fb95 commit 7071cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
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)