nimble/ll: Disable vnd assert on BabbleSim

BabbleSim does not understand __BKPT(0) and we can simply assert instead.
This commit is contained in:
Andrzej Kaczmarek
2022-09-08 11:44:24 +02:00
parent 886597f223
commit e74371c06f
+1 -1
View File
@@ -513,7 +513,7 @@ syscfg.vals.BLE_LL_CFG_FEAT_LL_EXT_ADV:
# Enable vendor event on assert in standalone build to make failed assertions in
# controller code visible when connected to external host
syscfg.vals.!BLE_HOST:
syscfg.vals.'!BLE_HOST && !BABBLESIM':
BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
syscfg.restrictions: