Skip to content

Commit 29d1e90

Browse files
ABOSTMnashif
authored andcommitted
drivers: bluetooth: hci: ipm_stm32wb: macro renamed CFG_BLE_OPTIONS
Adapt to stm32hal stm32wb cube update v1.12.0 Signed-off-by: Alexandre Bourdiol <[email protected]>
1 parent cc760c5 commit 29d1e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bluetooth/hci/ipm_stm32wb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static void stm32wb_start_ble(void)
9696
CFG_BLE_MAX_CONN_EVENT_LENGTH,
9797
CFG_BLE_HSE_STARTUP_TIME,
9898
CFG_BLE_VITERBI_MODE,
99-
CFG_BLE_LL_ONLY,
99+
CFG_BLE_OPTIONS,
100100
0 }
101101
};
102102

0 commit comments

Comments
 (0)