From 78eac9cc2113206b24e3a5e0f66b9b65ad7c43c2 Mon Sep 17 00:00:00 2001 From: shgutte <102281713+shgutte@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:51:36 +0530 Subject: [PATCH] [Silabs][WiFi]Added changes for 917 NCP sleepy build failure (#29748) * Added changes for 917 NCP sleepy build failure and formatting ble config file * restyle of the ble config * Restyling changes * Restyle changes * Added changed for rsi_ble_config * Removed the ble config changes --- examples/platform/silabs/SiWx917/SiWx917/sl_wifi_if.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/platform/silabs/SiWx917/SiWx917/sl_wifi_if.c b/examples/platform/silabs/SiWx917/SiWx917/sl_wifi_if.c index 82bf3794f4bdda..90f80e8254db32 100644 --- a/examples/platform/silabs/SiWx917/SiWx917/sl_wifi_if.c +++ b/examples/platform/silabs/SiWx917/SiWx917/sl_wifi_if.c @@ -35,6 +35,10 @@ #include "task.h" #include "wfx_host_events.h" +#if (EXP_BOARD) +#include "rsi_bt_common_apis.h" +#endif + #include "ble_config.h" #include "dhcp_client.h"