File tree 3 files changed +23
-3
lines changed
examples/platform/silabs/SiWx917/SiWx917
src/platform/silabs/rs911x
3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ extern "C" {
44
44
#include " sl_net.h"
45
45
#include " sl_si91x_driver.h"
46
46
#include " sl_si91x_host_interface.h"
47
- #include " sl_si91x_m4_ps.h"
48
47
#include " sl_si91x_types.h"
49
48
#include " sl_wifi.h"
50
49
#include " sl_wifi_callback_framework.h"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * @file ble_config.h
3
+ * @brief
4
+ *******************************************************************************
5
+ * # License
6
+ * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
7
+ *******************************************************************************
8
+ *
9
+ * The licensor of this software is Silicon Laboratories Inc. Your use of this
10
+ * software is governed by the terms of Silicon Labs Master Software License
11
+ * Agreement (MSLA) available at
12
+ * www.silabs.com/about-us/legal/master-software-license-agreement. This
13
+ * software is distributed to you in Source Code format and is governed by the
14
+ * sections of the MSLA applicable to Source Code.
15
+ *
16
+ ******************************************************************************/
17
+
18
+ #include <rsi_ble_config.h>
Original file line number Diff line number Diff line change 24
24
#include <rsi_data_types.h>
25
25
#endif
26
26
27
+ #if SL_MATTER_GN_BUILD == 0
28
+ #include "sl_matter_wifi_config.h"
29
+ #endif // SL_MATTER_GN_BUILD
30
+
27
31
/******************************************************
28
32
* * Macros
29
33
* ******************************************************/
107
111
#else
108
112
#define RSI_BLE_MAX_NBR_ATT_REC (80)
109
113
110
- #if (SLI_SI91X_MCU_INTERFACE | EXP_BOARD )
114
+ #if (EXP_BOARD )
111
115
#define RSI_BLE_MAX_NBR_PERIPHERALS (3)
112
116
#else
113
117
#define RSI_BLE_MAX_NBR_SLAVES (3)
You can’t perform that action at this time.
0 commit comments