Skip to content

Commit

Permalink
Update radio stack to v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skotopes committed Mar 27, 2024
1 parent 21e7c46 commit 4841f56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fbt_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
COPRO_OB_DATA = "scripts/ob.data"

# Must match lib/stm32wb_copro version
COPRO_CUBE_VERSION = "1.17.3"
COPRO_CUBE_VERSION = "1.19.0"

COPRO_CUBE_DIR = "lib/stm32wb_copro"

Expand Down
2 changes: 1 addition & 1 deletion lib/stm32wb_copro
Submodule stm32wb_copro updated 917 files
4 changes: 2 additions & 2 deletions targets/f7/ble_glue/ble_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ static const SHCI_C2_Ble_Init_Cmd_Packet_t ble_init_cmd_packet = {
.PrWriteListSize = CFG_BLE_PREPARE_WRITE_LIST_SIZE,
.MblockCount = CFG_BLE_MBLOCK_COUNT,
.AttMtu = CFG_BLE_MAX_ATT_MTU,
.SlaveSca = CFG_BLE_SLAVE_SCA,
.MasterSca = CFG_BLE_MASTER_SCA,
.PeripheralSca = CFG_BLE_SLAVE_SCA,
.CentralSca = CFG_BLE_MASTER_SCA,
.LsSource = CFG_BLE_LSE_SOURCE,
.MaxConnEventLength = CFG_BLE_MAX_CONN_EVENT_LENGTH,
.HsStartupTime = CFG_BLE_HSE_STARTUP_TIME,
Expand Down

0 comments on commit 4841f56

Please sign in to comment.