Skip to content

Commit 260f1ed

Browse files
selissiaSergei Lissianoi
and
Sergei Lissianoi
authored
[SL-UP] Skip the OpenThread API call for WiFi builds (#76)
Co-authored-by: Sergei Lissianoi <selissia@mac0019923.silabs.com>
1 parent 0bfd197 commit 260f1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/silabs/uart.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ static void UART_rx_callback(UARTDRV_Handle_t handle, Ecode_t transferStatus, ui
415415

416416
#ifdef ENABLE_CHIP_SHELL
417417
chip::NotifyShellProcess();
418-
#elif !defined(PW_RPC_ENABLED)
418+
#elif !defined(PW_RPC_ENABLED) && !defined(SL_WIFI)
419419
otSysEventSignalPending();
420420
#endif
421421
}

0 commit comments

Comments
 (0)