[finsh] code cleanup and use RT_USING_POSIX to replace RT_USING_POSIX_STDIN.

This commit is contained in:
bernard 2017-10-17 22:28:05 +08:00
parent 9b87270682
commit d118852314
1 changed files with 23 additions and 23 deletions

View File

@ -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