Skip to content

Commit

Permalink
samples: wifi: softap: Remove the workaround
Browse files Browse the repository at this point in the history
Now that the original issue (SHEL-2458) is fixed, remove the
workaround.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and rlubos committed Feb 20, 2024
1 parent 606d962 commit 24b073e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions samples/wifi/softap/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,6 @@ int main(void)

wifi_set_reg_domain();

/* TODO: SHEL-2458 */
k_msleep(20);

configure_dhcp_server();

wifi_softap_enable();
Expand Down

0 comments on commit 24b073e

Please sign in to comment.