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 d1b788578 porting: Update ports syscfg
d1b788578 is described below

commit d1b788578e433f1ab6c271acb861392a3b035b10
Author: Mynewt Bot <[email protected]>
AuthorDate: Wed Feb 26 08:48:14 2025 +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 e6155c7b6..35d448cc7 100644
--- a/porting/npl/riot/include/syscfg/syscfg.h
+++ b/porting/npl/riot/include/syscfg/syscfg.h
@@ -1624,6 +1624,10 @@
 #define MYNEWT_VAL_BLE_LL_SCA (60)
 #endif
 
+#ifndef MYNEWT_VAL_BLE_LL_SCAN_ACTIVE_SCAN_NRPA
+#define MYNEWT_VAL_BLE_LL_SCAN_ACTIVE_SCAN_NRPA (0)
+#endif
+
 #ifndef MYNEWT_VAL_BLE_LL_SCAN_AUX_SEGMENT_CNT
 #define MYNEWT_VAL_BLE_LL_SCAN_AUX_SEGMENT_CNT (0)
 #endif

Reply via email to