This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new 80056c481 porting: Update ports syscfg
80056c481 is described below
commit 80056c481af33e68d1ee0755cc62168f26203a71
Author: Mynewt Bot <[email protected]>
AuthorDate: Mon Oct 21 15:05:14 2024 +0000
porting: Update ports syscfg
---
porting/npl/riot/include/syscfg/syscfg.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/porting/npl/riot/include/syscfg/syscfg.h
b/porting/npl/riot/include/syscfg/syscfg.h
index c4e8383e4..c25160bf2 100644
--- a/porting/npl/riot/include/syscfg/syscfg.h
+++ b/porting/npl/riot/include/syscfg/syscfg.h
@@ -1393,6 +1393,10 @@
#define MYNEWT_VAL_BLE_LL_EXT (0)
#endif
+#ifndef MYNEWT_VAL_BLE_LL_EXT_ADV_ADVA_IN_AUX
+#define MYNEWT_VAL_BLE_LL_EXT_ADV_ADVA_IN_AUX (1)
+#endif
+
#ifndef MYNEWT_VAL_BLE_LL_EXT_ADV_AUX_PTR_CNT
#define MYNEWT_VAL_BLE_LL_EXT_ADV_AUX_PTR_CNT (0)
#endif