Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 30, 2024
1 parent 43a518c commit 052c5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/SiWx917/SiWxWifiInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ sl_status_t SetWifiConfigurations()
.ip = {{{0}}},
}
};
// memcpy for now since the types dont match
// TODO: memcpy for now since the types dont match
memcpy((char *) &profile.config.ssid.value, wfx_rsi.sec.ssid, wfx_rsi.sec.ssid_length);

status = sl_net_set_profile((sl_net_interface_t) SL_NET_WIFI_CLIENT_INTERFACE, SL_NET_DEFAULT_WIFI_CLIENT_PROFILE_ID, &profile);
Expand Down

0 comments on commit 052c5f9

Please sign in to comment.