mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 13:44:14 +08:00
[修复] 修复msh无法配置超过256字节的长度输入 | Fixed MSH unable to configure input length exceeding 256 bytes
This commit is contained in:
@@ -79,8 +79,8 @@ struct finsh_shell
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
char line[FINSH_CMD_SIZE];
|
char line[FINSH_CMD_SIZE];
|
||||||
rt_uint8_t line_position;
|
rt_uint16_t line_position;
|
||||||
rt_uint8_t line_curpos;
|
rt_uint16_t line_curpos;
|
||||||
|
|
||||||
#ifndef RT_USING_POSIX
|
#ifndef RT_USING_POSIX
|
||||||
rt_device_t device;
|
rt_device_t device;
|
||||||
|
|||||||
Reference in New Issue
Block a user