From 099dc437ea0a7dbe6cd931b29bf89adf1dd4c32f Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 5 Sep 2021 14:03:33 -0400 Subject: [PATCH] =?UTF-8?q?[finsh]=20=E6=81=A2=E5=A4=8DFINSH=5FUSING=5FMSH?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E4=BB=A5=E4=BF=9D=E6=8C=81=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/finsh/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/finsh/Kconfig b/components/finsh/Kconfig index cf4e673c7..cc891e395 100644 --- a/components/finsh/Kconfig +++ b/components/finsh/Kconfig @@ -11,6 +11,10 @@ config RT_USING_MSH if RT_USING_MSH + config FINSH_USING_MSH + bool + default y + config FINSH_THREAD_NAME string "The msh thread name" default "tshell" -- GitLab