Skip to content

Commit

Permalink
addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-silabs committed Feb 10, 2023
1 parent 1c020f4 commit c180c09
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions examples/platform/silabs/SiWx917/uart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,31 +59,18 @@ void ARM_USART_SignalEvent(uint32_t event)
#ifdef ENABLE_CHIP_SHELL
chip::NotifyShellProcessFromISR();
#endif;
break;
case ARM_USART_EVENT_TRANSFER_COMPLETE:
break;
case ARM_USART_EVENT_TX_COMPLETE:
break;
case ARM_USART_EVENT_TX_UNDERFLOW:
break;
case ARM_USART_EVENT_RX_OVERFLOW:
break;
case ARM_USART_EVENT_RX_TIMEOUT:
break;
case ARM_USART_EVENT_RX_BREAK:
break;
case ARM_USART_EVENT_RX_FRAMING_ERROR:
break;
case ARM_USART_EVENT_RX_PARITY_ERROR:
break;
case ARM_USART_EVENT_CTS:
break;
case ARM_USART_EVENT_DSR:
break;
case ARM_USART_EVENT_DCD:
break;
case ARM_USART_EVENT_RI:
break;
}
}

Expand Down

0 comments on commit c180c09

Please sign in to comment.