Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf fromtree] drivers: serial: nrfx_uarte: Add missing check
If statement was unconditionally reading a field from async struct while pointer to this struct may be null if asynchronous API is enabled but given driver instance is not using it. Signed-off-by: Krzysztof Chruscinski <[email protected]>
- Loading branch information