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 <erwan.gouriou@linaro.org>
This commit is contained in:
parent
3d9416bfed
commit
a0e81717ac
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
|||
* 1 : LL Only
|
||||
* 0 : LL + Host
|
||||
*/
|
||||
#define CFG_BLE_LL_ONLY 0
|
||||
#define CFG_BLE_LL_ONLY 1
|
||||
/******************************************************************************
|
||||
* Transport Layer
|
||||
******************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue