[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_curpos;
|
||||
|
||||
#ifndef RT_USING_POSIX_STDIN
|
||||
#ifndef RT_USING_POSIX
|
||||
rt_device_t device;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue