Skip to content

Commit acea333

Browse files
committed
ext/hal: stm32wb: Configure M0 FW in LL only
In order to enable HCI mode in M0 firmware, enable CFG_BLE_LL_ONLY in hci lib. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent ba8572b commit acea333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/hal/st/lib/stm32wb/hci/app_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
* 1 : LL Only
162162
* 0 : LL + Host
163163
*/
164-
#define CFG_BLE_LL_ONLY 0
164+
#define CFG_BLE_LL_ONLY 1
165165
/******************************************************************************
166166
* Transport Layer
167167
******************************************************************************/

0 commit comments

Comments
 (0)