Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: peripheral_uart: Fix hard-coded timeout value
Calls to uart_rx_enable() require a timeout argument, for which UART_WAIT_FOR_RX is used in 2 of 3 calls in this application. The initial init call, however, uses a hardcoded value of 50 (milliseconds) instead of UART_WAIT_FOR_RX which is clearly an oversight. Signed-off-by: Michael Hunold <[email protected]>
- Loading branch information