Closed akohring closed 6 years ago
Hello, @akohring! This is your first Pull Request that will be reviewed by Ebert, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.
Great feedback, thanks for reviewing so quickly! I have updated the PR based on your comments. Please let me know if anything else is needed.
Merged! Thanks!
When a UART.open request is made for a port that is not yet available, the uart_open and uart_process functions return before the active mode configuration is applied. This behavior causes a {:nerves_uart, _port, {:error, :ebadf} error message to be sent back to the calling process, which is only expected when active mode is configured.