diff --git a/user/main.c b/user/main.c index 752110105d4fb95fdc7faed111eca5deb415d3cf..067bb6edf8fa0bee901298e9c97fad5e0795cffb 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(); /*询*/ } }