From 793a4fa25317efff46caef288429ada314dec6e8 Mon Sep 17 00:00:00 2001 From: David Lin Date: Mon, 27 Dec 2021 23:07:56 +0800 Subject: [PATCH] Update README.md --- 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