From 34b4188c72597ad142ef0552637ba77cb1c4f2bf Mon Sep 17 00:00:00 2001 From: a1012112796 <1012112796@qq.com> Date: Tue, 3 Jan 2023 14:26:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20shell=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: a1012112796 <1012112796@qq.com> --- rt-thread/components/finsh/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-thread/components/finsh/shell.c b/rt-thread/components/finsh/shell.c index fecb4f4..7925e9c 100644 --- a/rt-thread/components/finsh/shell.c +++ b/rt-thread/components/finsh/shell.c @@ -797,7 +797,7 @@ int finsh_system_init(void) rt_thread_startup(tid); return 0; } -INIT_APP_EXPORT(finsh_system_init); +// INIT_APP_EXPORT(finsh_system_init); #endif /* RT_USING_FINSH */