Added base as CLI default mode and cli
This commit is contained in:
parent
4b17af0278
commit
efe44d60e8
4 changed files with 7 additions and 4 deletions
|
|
@ -42,7 +42,7 @@
|
|||
*/
|
||||
/* Max prompt length */
|
||||
#define CLI_PROMPT_LEN 64
|
||||
#define CLI_DEFAULT_PROMPT ">"
|
||||
#define CLI_DEFAULT_PROMPT "cli> "
|
||||
|
||||
/*
|
||||
* Function Declarations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue