提交 dfd9fa4d 编写于 作者: 流光

[修复] 修复msh无法配置超过256字节的长度输入 | Fixed MSH unable to configure input length exceeding 256 bytes

上级 200f3d44
......@@ -79,8 +79,8 @@ struct finsh_shell
#endif
char line[FINSH_CMD_SIZE];
rt_uint8_t line_position;
rt_uint8_t line_curpos;
rt_uint16_t line_position;
rt_uint16_t line_curpos;
#ifndef RT_USING_POSIX
rt_device_t device;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册