From 7071cbe576595cd8b4fb8f6f060df85e443fa5e2 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 30 Sep 2015 23:10:43 +0300 Subject: [PATCH] Remove extra slash in path fix #723 --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index 5931916a0..e89f2eaa1 100644 --- a/platform.txt +++ b/platform.txt @@ -12,7 +12,7 @@ runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx1 runtime.tools.esptool.path={runtime.platform.path}/tools compiler.path={runtime.tools.xtensa-lx106-elf-gcc.path}/bin/ -compiler.sdk.path={runtime.platform.path}/tools/sdk/ +compiler.sdk.path={runtime.platform.path}/tools/sdk compiler.cpreprocessor.flags=-D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ "-I{compiler.sdk.path}/include" compiler.c.cmd=xtensa-lx106-elf-gcc