mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-29 09:20:26 +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.