From 70d764ae42f966052d79141e0aafcafc27b0e6af Mon Sep 17 00:00:00 2001 From: David Lin Date: Mon, 27 Dec 2021 23:00:35 +0800 Subject: [PATCH] fixed typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 工具连->工具链 --- examples/tos_meets_rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tos_meets_rust/README.md b/examples/tos_meets_rust/README.md index 6ada8ff0..b54efa61 100644 --- a/examples/tos_meets_rust/README.md +++ b/examples/tos_meets_rust/README.md @@ -93,7 +93,7 @@ - 工具链安装 - 编译需要的 arm-none-eabi 工具连, eabi 的含义是 Embedded Application Binary Interface, + 编译需要的 arm-none-eabi 工具链, eabi 的含义是 Embedded Application Binary Interface, 不同发行版安装方式不一样 - ubuntu