mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-01 21:10:24 +08:00
860f8d954d
finsh_getchar invokes getchar, who's return type is int, and return value may < 0, which means error occurred or EOF. finsh should handle that situation properly, and inform user about the error.