Skip to content

Commit c478d6e

Browse files
piotrnarajowskiandrzej-kaczmarek
authored andcommitted
targets: remove deprecated settings from various syscfgs
This commit replaces deprecated setting BLE_LL_VND_EVENT_ON_ASSERT with BLE_LL_HCI_VS_EVENT_ON_ASSERT.
1 parent f65f61a commit c478d6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/targets/nordic_pca10095_blehci/syscfg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ syscfg.vals:
2929
BLE_LL_CONN_INIT_SLOTS: 4
3030
BLE_LL_DTM: 1
3131
BLE_LL_DTM_EXTENSIONS: 1
32-
BLE_LL_VND_EVENT_ON_ASSERT: 1
32+
BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
3333
BLE_MAX_CONNECTIONS: 5
3434
BLE_MAX_PERIODIC_SYNCS: 5
3535
BLE_MULTI_ADV_INSTANCES: 5

targets/nordic_pca10095_net-blehci/syscfg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ syscfg.vals:
3131
BLE_LL_CONN_INIT_SLOTS: 4
3232
BLE_LL_DTM: 1
3333
BLE_LL_DTM_EXTENSIONS: 1
34-
BLE_LL_VND_EVENT_ON_ASSERT: 1
34+
BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
3535
BLE_MAX_CONNECTIONS: 5
3636
BLE_EXT_ADV: 1
3737
BLE_EXT_ADV_MAX_SIZE: 1650

targets/nordic_pca10095_net-blehci_broadcaster/syscfg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ syscfg.vals:
3131
BLE_LL_CONN_INIT_SLOTS: 4
3232
BLE_LL_DTM: 1
3333
BLE_LL_DTM_EXTENSIONS: 1
34-
BLE_LL_VND_EVENT_ON_ASSERT: 1
34+
BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
3535
BLE_MAX_CONNECTIONS: 5
3636
BLE_EXT_ADV: 1
3737
BLE_EXT_ADV_MAX_SIZE: 1650

0 commit comments

Comments
 (0)