mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-25 22:10:21 +00:00
Lib: update stm32wb_copro to 1.17.3 release (#3119)
* Lib: update stm32wb_copro to 1.17.3 release * Bump copro versions * Lib: switch stm32_copro to release
This commit is contained in:
parent
4ae9a02efa
commit
fbded1e4ee
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ DIST_SUFFIX = "local"
|
|||
COPRO_OB_DATA = "scripts/ob.data"
|
||||
|
||||
# Must match lib/stm32wb_copro version
|
||||
COPRO_CUBE_VERSION = "1.17.2"
|
||||
COPRO_CUBE_VERSION = "1.17.3"
|
||||
|
||||
COPRO_CUBE_DIR = "lib/stm32wb_copro"
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ PLACE_IN_SECTION("MB_MEM2") ALIGN(4) static uint32_t ble_app_nvm[BLE_NVM_SRAM_SI
|
|||
|
||||
_Static_assert(
|
||||
sizeof(SHCI_C2_Ble_Init_Cmd_Packet_t) == 58,
|
||||
"Ble stack config structure size mismatch (check new config options - last updated for v.1.17.2)");
|
||||
"Ble stack config structure size mismatch (check new config options - last updated for v.1.17.3)");
|
||||
|
||||
typedef struct {
|
||||
FuriMutex* hci_mtx;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit bbccbefae26a2301b8a4b58e57ebdeb93c08269b
|
||||
Subproject commit d8a6f1feb0ebb6798c44162c6ae5ea743f90f3df
|
Loading…
Reference in a new issue