mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-12 01:06:09 +08:00
[finsh] code cleanup and use RT_USING_POSIX to replace RT_USING_POSIX_STDIN.
This commit is contained in:
parent
9b87270682
commit
d118852314
@ -102,7 +102,7 @@ struct finsh_shell
|
|||||||
rt_uint8_t line_position;
|
rt_uint8_t line_position;
|
||||||
rt_uint8_t line_curpos;
|
rt_uint8_t line_curpos;
|
||||||
|
|
||||||
#ifndef RT_USING_POSIX_STDIN
|
#ifndef RT_USING_POSIX
|
||||||
rt_device_t device;
|
rt_device_t device;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user