添加注释

This commit is contained in:
hqm 2021-09-17 14:40:40 +08:00
parent a1751480a6
commit 015899e7f5
1 changed files with 3 additions and 3 deletions

View File

@ -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
}