From 052c5f91b3d79da975323a8172bd7bd53b943acf Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Wed, 30 Oct 2024 14:39:25 -0400 Subject: [PATCH] update comment --- examples/platform/silabs/SiWx917/SiWxWifiInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platform/silabs/SiWx917/SiWxWifiInterface.cpp b/examples/platform/silabs/SiWx917/SiWxWifiInterface.cpp index 64d89a86242521..7aab38e663e634 100644 --- a/examples/platform/silabs/SiWx917/SiWxWifiInterface.cpp +++ b/examples/platform/silabs/SiWx917/SiWxWifiInterface.cpp @@ -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);