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

commit 0f09bcfb99b6aa6fe91b6e11122fe4d3833d24d7
Author: Mynewt Bot <[email protected]>
AuthorDate: Tue Jan 28 10:11:13 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 de1f33f67..e6155c7b6 100644
--- a/porting/npl/riot/include/syscfg/syscfg.h
+++ b/porting/npl/riot/include/syscfg/syscfg.h
@@ -1500,6 +1500,10 @@
 #define MYNEWT_VAL_BLE_LL_HCI_VS_LOCAL_IRK (0)
 #endif
 
+#ifndef MYNEWT_VAL_BLE_LL_HCI_VS_SET_SCAN_CFG
+#define MYNEWT_VAL_BLE_LL_HCI_VS_SET_SCAN_CFG (0)
+#endif
+
 #ifndef MYNEWT_VAL_BLE_LL_ISO
 #define MYNEWT_VAL_BLE_LL_ISO (0)
 #endif

Reply via email to