From 543bfbfa82ce0fc8af1c77c7053e3a7bf2512bc3 Mon Sep 17 00:00:00 2001 From: dancer114514 Date: Sun, 3 Dec 2023 20:35:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kernel/include/los_init.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel_liteos_a-OpenHarmony-v3.1.7-Release/kernel/include/los_init.h b/kernel_liteos_a-OpenHarmony-v3.1.7-Release/kernel/include/los_init.h index 632207cd..e19d49ae 100644 --- a/kernel_liteos_a-OpenHarmony-v3.1.7-Release/kernel/include/los_init.h +++ b/kernel_liteos_a-OpenHarmony-v3.1.7-Release/kernel/include/los_init.h @@ -55,7 +55,9 @@ * * @par Description: * This API is used to register a startup module to the startup process. - * + * @@周旭阳 在启动框架中,在同一_level内,启动顺序按注册的函数名排序。 * 如果调用此接口后没有注册启动过程,请尝试将-u_hook添加到liteos_tables_ldflags.mk中 + * @@周旭阳 此 API 用于将启动模块注册到启动流程。 + * @attention *