This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit d4b97f371c564619abc2f8c350b33eff0bb6c48d
Author: Mariusz Skamra <[email protected]>
AuthorDate: Tue Jan 7 11:29:55 2025 +0100

    nimble/ll: Fix missing include
    
    This fixes missing syscfg.h include that is neeed to evaluate
    MYNEWT_VAL().
---
 nimble/controller/include/controller/ble_ll_isoal.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nimble/controller/include/controller/ble_ll_isoal.h 
b/nimble/controller/include/controller/ble_ll_isoal.h
index 4ad8d858b..caf15e2d5 100644
--- a/nimble/controller/include/controller/ble_ll_isoal.h
+++ b/nimble/controller/include/controller/ble_ll_isoal.h
@@ -20,6 +20,8 @@
 #ifndef H_BLE_LL_ISOAL_
 #define H_BLE_LL_ISOAL_
 
+#include <syscfg/syscfg.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif

Reply via email to