From: wushifu32 Date: Sun, 3 Jun 2018 03:44:26 +0000 (+0800) Subject: correct eclipse build command X-Git-Tag: v3.1-beta1~54^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=736e10749f844f7756a1a45ca321e80c0eb6b745;p=esp-idf correct eclipse build command Merges https://github.com/espressif/esp-idf/pull/2024 --- diff --git a/docs/zh_CN/get-started/eclipse-setup-windows.rst b/docs/zh_CN/get-started/eclipse-setup-windows.rst index 4047dc939e..f386d83b8d 100644 --- a/docs/zh_CN/get-started/eclipse-setup-windows.rst +++ b/docs/zh_CN/get-started/eclipse-setup-windows.rst @@ -44,7 +44,7 @@ Windows 平台上的 Eclipse 配置 * 点击 “C/C++ Build” 属性页。 - * 取消选中 “Use default build command”,然后输入命令:``python${IDF_PATH}/tools/windows/eclipse_make.py``,开始自定义创建。 + * 取消选中 “Use default build command”,然后输入命令:``python ${IDF_PATH}/tools/windows/eclipse_make.py``,开始自定义创建。 * 点击 “C/C++ Build” 下的 “Environment” 属性页面。