-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usart driver #64
Usart driver #64
Conversation
printf now prints the message and the task printing the message
#define UART_WRITE_OK 0 | ||
#define UART_ERR_UNDEF 1 | ||
#define UART_ERR_ACC 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Could be replaced with an enum - not mandatory, more of a style preference. The biggest functional difference is scoping
Looks good, glad to see some solid documentation and comments. I don't want to block this going in for too long - I should be good to approve after all threads are resolved. |
Merging to move on with CAN bus drivers |
No description provided.