xcmd/inc/xcmd_confg.h

8 lines
179 B
C

#ifndef XCMD_CONFG_H
#define XCMD_CONFG_H
#define XCMD_LINE_MAX_LENGTH (64)
#define XCMD_HISTORY_MAX_NUM (8)
#define XCMD_PARAM_MAX_NUM (16)
#endif /* XCMD_CONFG_H */