Skip to content
Commit 591f35be authored by Stefan Kolb's avatar Stefan Kolb Committed by Gregory Nutt
Browse files

I discovered a problem in the file drivers/serial/serial.c concerning the...

I discovered a problem in the file drivers/serial/serial.c concerning the function uart_close(…). In the case that a serial device is opened with the flag O_NONBLOCK the function uart_close(…) blocks until all data in the buffer is transmitted. The function close(…) called on an handle opened with O_NONBLOCK should not block. The problem occurred with a CDC/ACM device.
parent 5b2ad371
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment