From e908039e850fe2bc148311668d568848845170cf Mon Sep 17 00:00:00 2001 From: liuyw6 <9893537+liuyw6@user.noreply.gitee.com> Date: Wed, 20 Oct 2021 08:55:39 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BF=AE=E6=94=B9lite?= =?UTF-8?q?=E2=80=94=E2=80=94os?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/user/main.c b/user/main.c index 7521101..067bb6e 100644 --- a/user/main.c +++ b/user/main.c @@ -1,5 +1,5 @@ /****************************************************************************** - * @brief 主程序入口 + * @brief * * Copyright (c) 2020, * @@ -13,14 +13,14 @@ #include /* - * @brief 主程序入口 + * @brief 123 * @return none */ int main(void) { //NVIC_SetVectorTable(NVIC_VectTab_FLASH, APP_ADDRESS); - module_task_init(); /*模块初始化*/ + module_task_init(); /*模始*/ while (1) { - module_task_process(); /*任务轮询*/ + module_task_process(); /*询*/ } } -- Gitee