mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-14 05:02:50 +08:00
d683d32bd5
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.