From 732654056f91601423fc0fd616a19f1b9ee5648f Mon Sep 17 00:00:00 2001 From: Wang_Weigen Date: Wed, 28 Apr 2021 20:30:43 +0800 Subject: [PATCH] add comment for main task --- kernel/thread/appstartup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/thread/appstartup.c b/kernel/thread/appstartup.c index f2f5e4e9..f8c14242 100644 --- a/kernel/thread/appstartup.c +++ b/kernel/thread/appstartup.c @@ -41,7 +41,7 @@ void MainKTaskFunction(void *parameter) #endif /** - * This function will create main application + * This function will create main application then startup it * * */