You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2022/03/08 15:37:41 UTC

[mynewt-nimble] 03/06: controller: include own header

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

commit fae820b5fc0f2522ba04ffc124c551961834ed56
Author: Bas van den Berg <b....@gmail.com>
AuthorDate: Tue Mar 8 10:29:27 2022 +0100

    controller: include own header
---
 nimble/controller/src/ble_ll_conn.c  | 1 +
 nimble/controller/src/ble_ll_trace.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/nimble/controller/src/ble_ll_conn.c b/nimble/controller/src/ble_ll_conn.c
index c2739f1..f3d903d 100644
--- a/nimble/controller/src/ble_ll_conn.c
+++ b/nimble/controller/src/ble_ll_conn.c
@@ -27,6 +27,7 @@
 #include "nimble/hci_common.h"
 #include "nimble/ble_hci_trans.h"
 #include "controller/ble_ll.h"
+#include "controller/ble_ll_conn.h"
 #include "controller/ble_ll_hci.h"
 #include "controller/ble_ll_scan.h"
 #include "controller/ble_ll_whitelist.h"
diff --git a/nimble/controller/src/ble_ll_trace.c b/nimble/controller/src/ble_ll_trace.c
index 330b3d4..625d73d 100644
--- a/nimble/controller/src/ble_ll_trace.c
+++ b/nimble/controller/src/ble_ll_trace.c
@@ -20,6 +20,7 @@
 #include <stdint.h>
 #include "syscfg/syscfg.h"
 #include "os/os_trace_api.h"
+#include "controller/ble_ll_trace.h"
 
 #if MYNEWT_VAL(BLE_LL_SYSVIEW)