外部导入命令实现gcc环境
This commit is contained in:
parent
21c737d54d
commit
252bc7116a
@ -18,7 +18,7 @@
|
||||
* 使能此宏,则`shellTask()`函数会一直循环读取输入,一般使用操作系统建立shell
|
||||
* 任务时使能此宏,关闭此宏的情况下,一般适用于无操作系统,在主循环中调用`shellTask()`
|
||||
*/
|
||||
#define SHELL_TASK_WHILE 1
|
||||
#define SHELL_TASK_WHILE 0
|
||||
|
||||
/**
|
||||
* @brief 是否使用命令导出方式
|
||||
@ -122,7 +122,7 @@
|
||||
* @brief shell格式化输出的缓冲大小
|
||||
* 为0时不使用shell格式化输出
|
||||
*/
|
||||
#define SHELL_PRINT_BUFFER 128
|
||||
#define SHELL_PRINT_BUFFER 512
|
||||
|
||||
/**
|
||||
* @brief shell格式化输入的缓冲大小
|
||||
|
1995
Src/shell.c.bak
Normal file
1995
Src/shell.c.bak
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user