添加注释
This commit is contained in:
parent
a1751480a6
commit
015899e7f5
|
@ -5,9 +5,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define XCMD_LINE_MAX_LENGTH (32)
|
||||
#define XCMD_HISTORY_MAX_NUM (0)
|
||||
#define XCMD_PARAM_MAX_NUM (4)
|
||||
#define XCMD_LINE_MAX_LENGTH (32) /* 命令行支持的最大字符数 */
|
||||
#define XCMD_HISTORY_MAX_NUM (0) /* 支持的历史记录个数,0为不支持 */
|
||||
#define XCMD_PARAM_MAX_NUM (4) /* 支持输入的参数个数 */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue