Skip to content

Commit

Permalink
chore: add new field initalizer for SHCI_C2_Ble_Init_Cmd_Packet_t
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Apr 5, 2023
1 parent 1ec4563 commit a9bef0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utility/HCISharedMemTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,8 @@ int HCISharedMemTransportClass::stm32wb_start_ble(void)
CFG_BLE_MAX_ADV_DATA_LEN,
CFG_BLE_TX_PATH_COMPENS,
CFG_BLE_RX_PATH_COMPENS,
CFG_BLE_CORE_VERSION
CFG_BLE_CORE_VERSION,
CFG_BLE_OPTIONS_EXT
};
/**
* Starts the BLE Stack on CPU2
Expand Down

0 comments on commit a9bef0c

Please sign in to comment.