Non-existent event in asynchronous UART API #31207
Labels
area: Drivers
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
There is an incorrect event name UART_RX_DONE :
zephyr/include/drivers/uart.h
Line 51 in c22f7e5
Apparently the author made a mistake in the event name. There shuld be UART_RX_RDY
The text was updated successfully, but these errors were encountered: