Skip to content
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

include: drivers: uart: fix incorrect event name in brief #31895

Closed
wants to merge 1 commit into from

Conversation

jenmwms
Copy link
Collaborator

@jenmwms jenmwms commented Feb 3, 2021

The use of UART_RX_DONE was incorrect/invalid (the event does not exist).
This corrects the reference to UART_RX_RDY.

Fixes #31207

Signed-off-by: Jennifer Williams [email protected]

The use of UART_RX_DONE was incorrect/invalid (the event does not exist).
This corrects the reference to UART_RX_RDY.

Fixes #31207

Signed-off-by: Jennifer Williams <[email protected]>
@jenmwms jenmwms added the bug The issue is a bug, or the PR is fixing a bug label Feb 3, 2021
@github-actions github-actions bot added the area: API Changes to public APIs label Feb 3, 2021
@jenmwms
Copy link
Collaborator Author

jenmwms commented Feb 3, 2021

I submitted this through the online editor and it seems to have an issue with my email that way. I guess I need to use standard approach, will try again.

@jenmwms
Copy link
Collaborator Author

jenmwms commented Feb 3, 2021

See #31897. Closing this one due to compliance check when using web editor.

@jenmwms jenmwms closed this Feb 3, 2021
@nashif nashif deleted the jenmwms-fix-eventname-31207 branch February 14, 2021 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: API Changes to public APIs bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-existent event in asynchronous UART API
1 participant