From d76d69ee1ed006449da256b6b316a1132ac14553 Mon Sep 17 00:00:00 2001 From: lhylhylhy6 Date: Tue, 6 Sep 2022 13:44:01 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E5=A4=84=E8=A1=A8?= =?UTF-8?q?=E8=BE=BE,"=E8=A3=81=E5=87=8F"=E4=BF=AE=E6=94=B9=E4=B8=BA"?= =?UTF-8?q?=E8=A3=81=E5=89=AA"=20=E8=A3=81=E5=89=AA,=E6=8C=87=E4=BA=8B?= =?UTF-8?q?=E6=83=85=E7=9A=84=E6=96=9F=E9=85=8C=E5=8F=96=E8=88=8D=E3=80=82?= =?UTF-8?q?=20=E8=A3=81=E5=87=8F,=E9=87=8A=E4=B9=89=E6=98=AF=E5=89=8A?= =?UTF-8?q?=E5=87=8F=E3=80=81=E5=87=8F=E5=8E=BB=E4=B8=80=E9=83=A8=E5=88=86?= =?UTF-8?q?=E3=80=82=20=E6=AD=A4=E5=A4=84=20"Env=20=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=EF=BC=9AEnv=20=E5=B7=A5=E5=85=B7=E7=94=A8=E4=BA=8E=E5=AF=B9?= =?UTF-8?q?=E6=BA=90=E7=A0=81=E5=8A=9F=E8=83=BD=E8=BF=9B=E8=A1=8C=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=88=96=E8=A3=81=E5=87=8F=20"=20=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E8=A3=81=E5=89=AA=E6=9B=B4=E4=B8=BA=E5=90=88=E9=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lhylhylhy6 --- other/novice-guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/novice-guide/README.md b/other/novice-guide/README.md index a4fc9f1..c2cec42 100644 --- a/other/novice-guide/README.md +++ b/other/novice-guide/README.md @@ -118,7 +118,7 @@ RT-Thread Smart 是基于 RT-Thread 操作系统上的混合操作系统,简 ### ** 开发工具 ** #### Env 工具 -Env 工具:Env 工具用于对源码功能进行配置或裁减,可以生成 MDK/IAR/GCC 工程,需要配合 MDK/IAR/GCC 使用,详见 [Env 用户手册](/development-tools/env/env.md)。 +Env 工具:Env 工具用于对源码功能进行配置或裁剪,可以生成 MDK/IAR/GCC 工程,需要配合 MDK/IAR/GCC 使用,详见 [Env 用户手册](/development-tools/env/env.md)。 #### RT-Thread IDE -- Gitee