Skip to content

Commit 0d90563

Browse files
author
Sergei Lissianoi
committed
[SL-UP] Skip the OpenThread API call for WiFi builds
1 parent e4ab2f8 commit 0d90563

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
@@ -413,7 +413,7 @@ static void UART_rx_callback(UARTDRV_Handle_t handle, Ecode_t transferStatus, ui
413413

414414
#ifdef ENABLE_CHIP_SHELL
415415
chip::NotifyShellProcess();
416-
#elif !defined(PW_RPC_ENABLED)
416+
#elif !defined(PW_RPC_ENABLED) && !defined(SL_WIFI)
417417
otSysEventSignalPending();
418418
#endif
419419
}

0 commit comments

Comments
 (0)