Skip to content

Commit a9bef0c

Browse files
committed
chore: add new field initalizer for SHCI_C2_Ble_Init_Cmd_Packet_t
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 1ec4563 commit a9bef0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utility/HCISharedMemTransport.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,8 @@ int HCISharedMemTransportClass::stm32wb_start_ble(void)
658658
CFG_BLE_MAX_ADV_DATA_LEN,
659659
CFG_BLE_TX_PATH_COMPENS,
660660
CFG_BLE_RX_PATH_COMPENS,
661-
CFG_BLE_CORE_VERSION
661+
CFG_BLE_CORE_VERSION,
662+
CFG_BLE_OPTIONS_EXT
662663
};
663664
/**
664665
* Starts the BLE Stack on CPU2

0 commit comments

Comments
 (0)