Forráskód Böngészése

Merge pull request #5017 from mysterywolf/finsh2

[finsh] 恢复FINSH_USING_MSH定义以保持兼容性
guo 3 éve
szülő
commit
fb57e3aefa
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      components/finsh/Kconfig

+ 4 - 0
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"