Skip to content

Commit 5811402

Browse files
committed
removing the unused else case
1 parent f2b161e commit 5811402

File tree

1 file changed

+0
-4
lines changed
  • examples/platform/silabs/efr32/rs911x

1 file changed

+0
-4
lines changed

examples/platform/silabs/efr32/rs911x/rsi_if.c

-4
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,6 @@ static void wfx_rsi_do_join(void)
580580
SILABS_LOG("wfx_rsi_do_join: rsi_wlan_connect_async failed with status: %02x on try %d", status, wfx_rsi.join_retries);
581581
wfx_retry_connection(++wfx_rsi.join_retries);
582582
}
583-
else
584-
{
585-
SILABS_LOG("wfx_rsi_do_join: starting JOIN to %s after %d tries\n", (char *) &wfx_rsi.sec.ssid[0], wfx_rsi.join_retries);
586-
}
587583
}
588584
}
589585

0 commit comments

Comments
 (0)