controller: include own header

This commit is contained in:
Bas van den Berg
2022-03-08 16:37:32 +01:00
committed by Szymon Janc
parent e2b73b4f32
commit fae820b5fc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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"
+1
View File
@@ -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)