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 f3c49e185 controller: add missing os/util.h include
f3c49e185 is described below

commit f3c49e185dc1a2571bd90ce30a0d061da95c5e7c
Author: Bas van den Berg <[email protected]>
AuthorDate: Mon Mar 31 12:41:32 2025 +0200

    controller: add missing os/util.h include
    
    ble_ll_hci_vs.c module uses ARRAY_SIZE, defined in os/util.h.
---
 nimble/controller/src/ble_ll_hci_vs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nimble/controller/src/ble_ll_hci_vs.c 
b/nimble/controller/src/ble_ll_hci_vs.c
index df8b68869..2027ce61a 100644
--- a/nimble/controller/src/ble_ll_hci_vs.c
+++ b/nimble/controller/src/ble_ll_hci_vs.c
@@ -27,6 +27,7 @@
 #include "controller/ble_ll_scan.h"
 #include "controller/ble_hw.h"
 #include "controller/ble_fem.h"
+#include "os/util.h"
 #include "ble_ll_conn_priv.h"
 #include "ble_ll_priv.h"
 #include "controller/ble_ll_resolv.h"

Reply via email to