Преглед изворни кода

[finsh] add FINSH_ENABLE_ECHO macro to config the finsh needs echo or not and fix the bsp compile error

moebius.ever пре 7 година
родитељ
комит
336c946b84
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      components/finsh/shell.h

+ 4 - 0
components/finsh/shell.h

@@ -57,6 +57,10 @@ const char* finsh_get_prompt(void);
     #endif
 #endif
 
+#ifndef FINSH_ENABLE_ECHO
+#define FINSH_ENABLE_ECHO 1
+#endif 
+
 #ifdef FINSH_USING_AUTH
     #ifndef FINSH_PASSWORD_MAX
         #define FINSH_PASSWORD_MAX RT_NAME_MAX