Skip to content

Commit

Permalink
targets: remove deprecated settings from various syscfgs
Browse files Browse the repository at this point in the history
This commit replaces deprecated setting BLE_LL_VND_EVENT_ON_ASSERT with
BLE_LL_HCI_VS_EVENT_ON_ASSERT.
  • Loading branch information
piotrnarajowski committed Jun 19, 2024
1 parent f65f61a commit 65f3124
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/targets/nordic_pca10095_blehci/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ syscfg.vals:
BLE_LL_CONN_INIT_SLOTS: 4
BLE_LL_DTM: 1
BLE_LL_DTM_EXTENSIONS: 1
BLE_LL_VND_EVENT_ON_ASSERT: 1
BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
BLE_MAX_CONNECTIONS: 5
BLE_MAX_PERIODIC_SYNCS: 5
BLE_MULTI_ADV_INSTANCES: 5
Expand Down
2 changes: 1 addition & 1 deletion targets/nordic_pca10095_net-blehci/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ syscfg.vals:
BLE_LL_CONN_INIT_SLOTS: 4
BLE_LL_DTM: 1
BLE_LL_DTM_EXTENSIONS: 1
BLE_LL_VND_EVENT_ON_ASSERT: 1
BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
BLE_MAX_CONNECTIONS: 5
BLE_EXT_ADV: 1
BLE_EXT_ADV_MAX_SIZE: 1650
Expand Down
2 changes: 1 addition & 1 deletion targets/nordic_pca10095_net-blehci_broadcaster/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ syscfg.vals:
BLE_LL_CONN_INIT_SLOTS: 4
BLE_LL_DTM: 1
BLE_LL_DTM_EXTENSIONS: 1
BLE_LL_VND_EVENT_ON_ASSERT: 1
BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
BLE_MAX_CONNECTIONS: 5
BLE_EXT_ADV: 1
BLE_EXT_ADV_MAX_SIZE: 1650
Expand Down

0 comments on commit 65f3124

Please sign in to comment.