[Finsh] Add finsh thread name macro.

This commit is contained in:
armink
2018-01-12 17:22:14 +08:00
parent f54c8bab3c
commit cfd82c260d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -73,6 +73,10 @@ const char* finsh_get_prompt(void);
#endif
#endif /* FINSH_USING_AUTH */
#ifndef FINSH_THREAD_NAME
#define FINSH_THREAD_NAME "tshell"
#endif
enum input_stat
{
WAIT_NORMAL,