From 8d503ed1a03e5085a9e52469ebf66d31ceafda2e Mon Sep 17 00:00:00 2001 From: supperMCU <89524862@qq.com> Date: Sat, 2 Apr 2022 01:44:58 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E6=94=B9=20=E7=A9=BA=E6=A0=BC=E7=B4=A2?= =?UTF-8?q?=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../development-guide/bsp-selfcheck/bsp_selfcheck.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-thread-version/rt-thread-standard/development-guide/bsp-selfcheck/bsp_selfcheck.md b/rt-thread-version/rt-thread-standard/development-guide/bsp-selfcheck/bsp_selfcheck.md index efd1140..d79e6f8 100644 --- a/rt-thread-version/rt-thread-standard/development-guide/bsp-selfcheck/bsp_selfcheck.md +++ b/rt-thread-version/rt-thread-standard/development-guide/bsp-selfcheck/bsp_selfcheck.md @@ -12,7 +12,7 @@ - 4 个空格缩进 - 大括号换行 -了解上述链接中的代码规范之后,根据链接中的文档要求编写代码,代码格式可以使用 [astyle 格式化](# 格式化代码)。 +了解上述链接中的代码规范之后,根据链接中的文档要求编写代码,代码格式可以使用 [astyle 格式化](#格式化代码)。 ## readme 检查 -- Gitee