From 252e89e31db202d30f3686a379e2304f5af606ac Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Sat, 16 Nov 2024 12:53:02 -0500 Subject: [PATCH] remove comment --- src/platform/silabs/wifi/wf200/WifiInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/platform/silabs/wifi/wf200/WifiInterface.cpp b/src/platform/silabs/wifi/wf200/WifiInterface.cpp index 7ed24dc5b8..675ee8fb67 100644 --- a/src/platform/silabs/wifi/wf200/WifiInterface.cpp +++ b/src/platform/silabs/wifi/wf200/WifiInterface.cpp @@ -318,7 +318,6 @@ static void wfx_events_task_start(void) * @returns Returns SL_STATUS_OK if successful, *SL_STATUS_FAIL otherwise *****************************************************************************/ -// TODO: This shoud me moved to the Wf20 extern "C" sl_status_t sl_wfx_host_process_event(sl_wfx_generic_message_t * event_payload) { switch (event_payload->header.id)