Skip to content

Commit 70e6861

Browse files
restyled-commitsjmartinez-silabs
authored andcommitted
Restyled by clang-format
1 parent 64e74f5 commit 70e6861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/silabs/SiWx917/SiWx917/sl_wifi_if.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ static sl_status_t wfx_rsi_do_join(void)
647647
case WFX_SEC_WPA3:
648648
ap.security = SL_WIFI_WPA3_TRANSITION;
649649
#else
650-
ap.security = SL_WIFI_WPA_WPA2_MIXED;
650+
ap.security = SL_WIFI_WPA_WPA2_MIXED;
651651
#endif // WIFI_ENABLE_SECURITY_WPA3_TRANSITION
652652
break;
653653
case WFX_SEC_NONE:

0 commit comments

Comments
 (0)