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 #31897

Merged
merged 1 commit into from
Feb 3, 2021

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 zephyrproject-rtos#31207

Signed-off-by: Jennifer Williams <[email protected]>
@jenmwms jenmwms added bug The issue is a bug, or the PR is fixing a bug area: Drivers labels Feb 3, 2021
@github-actions github-actions bot added the area: API Changes to public APIs label Feb 3, 2021
@MaureenHelm MaureenHelm added this to the v2.5.0 milestone Feb 3, 2021
@nashif nashif merged commit 783f815 into zephyrproject-rtos:master Feb 3, 2021
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 area: Drivers 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
4 participants