Skip to content

Commit

Permalink
[SL-UP] Skip the OpenThread API call for WiFi builds (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Lissianoi <[email protected]>
  • Loading branch information
selissia and Sergei Lissianoi authored Oct 28, 2024
1 parent 0bfd197 commit 260f1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/uart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static void UART_rx_callback(UARTDRV_Handle_t handle, Ecode_t transferStatus, ui

#ifdef ENABLE_CHIP_SHELL
chip::NotifyShellProcess();
#elif !defined(PW_RPC_ENABLED)
#elif !defined(PW_RPC_ENABLED) && !defined(SL_WIFI)
otSysEventSignalPending();
#endif
}
Expand Down

0 comments on commit 260f1ed

Please sign in to comment.