File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
platform/security/sl_component/sli_psec_osal/inc
protocol/bluetooth/bgstack/ll/src Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 42
42
#include "sl_component_catalog.h"
43
43
#endif
44
44
45
- #if defined(__ZEPHYR__ ) && defined(SL_SE_MANAGER_THREADING )
46
- #include "sli_psec_osal_zephyr.h"
47
- #define SLI_PSEC_THREADING
48
- #elif defined(SL_CATALOG_MICRIUMOS_KERNEL_PRESENT ) || defined(SL_CATALOG_FREERTOS_KERNEL_PRESENT )
45
+ #if defined(SL_CATALOG_MICRIUMOS_KERNEL_PRESENT ) || defined(SL_CATALOG_FREERTOS_KERNEL_PRESENT )
49
46
// Include CMSIS RTOS2 kernel abstraction layer:
50
47
#include "sli_psec_osal_cmsis_rtos2.h"
51
48
#define SLI_PSEC_THREADING
Original file line number Diff line number Diff line change @@ -593,7 +593,6 @@ sl_status_t sl_btctrl_init(void)
593
593
594
594
sl_btctrl_init_config (& config );
595
595
config .buffer_memory = SL_BT_CONTROLLER_BUFFER_MEMORY ;
596
- config .paMode = SL_BT_BLUETOOTH_RAIL_UTIL_PA ;
597
596
598
597
return sl_btctrl_init_internal (& config );
599
598
}
You can’t perform that action at this time.
0 commit comments