mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-15 10:09:11 +08:00
The previous implementation will always blocks the reader/writer. However, at least FinSh would expect the device to be nonblocking --- read should return 0 when there is no data in it.