mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
Merge pull request #3767 from ErnestChen1/function_parameter
[update] function must have parameter
This commit is contained in:
@@ -101,7 +101,7 @@ int finsh_set_prompt(const char * prompt)
|
||||
#include <dfs_posix.h>
|
||||
#endif /* RT_USING_DFS */
|
||||
|
||||
const char *finsh_get_prompt()
|
||||
const char *finsh_get_prompt(void)
|
||||
{
|
||||
#define _MSH_PROMPT "msh "
|
||||
#define _PROMPT "finsh "
|
||||
|
||||
Reference in New Issue
Block a user