Commit 5ca1f060 authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Anas Nashif
Browse files

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: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent e5a34685
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@
 *  1 : LL Only
 *  0 : LL + Host
 */
#define CFG_BLE_LL_ONLY  0
#define CFG_BLE_LL_ONLY  1
/******************************************************************************
 * Transport Layer
 ******************************************************************************/