Skip to content

Commit

Permalink
Build issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
sharad-patil24 committed Apr 11, 2023
1 parent 395e4ca commit 2eb7b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/rs911x/rsi_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static void wfx_rsi_save_ap_info() // translation
#else /* !WIFI_ENABLE_SECURITY_WPA3 */
wfx_rsi.sec.security = WFX_SEC_WPA2;
#endif /* WIFI_ENABLE_SECURITY_WPA3 */
WFX_RSI_LOG("%s: warn: failed with status: %02x", status);
SILABS_LOG("%s: warn: failed with status: %02x", status);
return;
}
else
Expand Down

0 comments on commit 2eb7b4f

Please sign in to comment.