mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-18 07:50:02 +00:00
nimble/ll: Disable vnd assert on BabbleSim
BabbleSim does not understand __BKPT(0) and we can simply assert instead.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user