From 08908d072cf63e2635d25f3702b05d0f17ef0339 Mon Sep 17 00:00:00 2001 From: lixiang Date: Wed, 9 Oct 2024 14:04:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- include/smf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4affcc80..3b807b767 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ ZVM 支持的平台如下, 包括多核的ARMv8平台: #### Sig-Zephyr分享视频 -[ZVM: 基于Zephyr RTOSI的嵌入式实时虚拟机](https://www.bilibili.com/video/BV1pe4y1A7o4/?spm_id_from=333.788.recommend_more_video.14&vd_source=64410f78d160e2b1870852fdc8e2e43a) +[ZVM: 基于Zephyr RTOS的嵌入式实时虚拟机](https://www.bilibili.com/video/BV1pe4y1A7o4/?spm_id_from=333.788.recommend_more_video.14&vd_source=64410f78d160e2b1870852fdc8e2e43a) ## 快速上手ZVM diff --git a/include/smf.h b/include/smf.h index a59b2860d..9000c5a42 100644 --- a/include/smf.h +++ b/include/smf.h @@ -128,7 +128,7 @@ void smf_set_initial(struct smf_ctx *ctx, const struct smf_state *init_state); void smf_set_state(struct smf_ctx *ctx, const struct smf_state *new_state); /** - * @brief Termate a state machine + * @brief Terminate a state machine * * @param ctx State machine context * @param val Non-Zero termination value that's returned by the smf_run_state -- Gitee