Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static usart_peripheral_t get_usart_instance(sl_usart_handle_t usart_handle);
******************************************************************************/
static sl_status_t usart_get_handle(usart_peripheral_t usart_instance, sl_usart_handle_t *usart_handle)
{
sl_status_t status;
sl_status_t status = SL_STATUS_FAIL;
do {
// Check for USART instance valid
if (usart_instance >= UARTLAST) {
Expand Down