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:43 UTC

[mynewt-nimble] 05/06: drivers: include your 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 5edbd1dba3865b0fc5def0d147765ed38ac615da
Author: Bas van den Berg <b....@gmail.com>
AuthorDate: Tue Mar 8 10:45:03 2022 +0100

    drivers: include your own header
---
 nimble/drivers/nrf5340/src/ble_phy_trace.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nimble/drivers/nrf5340/src/ble_phy_trace.c b/nimble/drivers/nrf5340/src/ble_phy_trace.c
index 6967c3f..dad7867 100644
--- a/nimble/drivers/nrf5340/src/ble_phy_trace.c
+++ b/nimble/drivers/nrf5340/src/ble_phy_trace.c
@@ -20,6 +20,7 @@
 #include <stdint.h>
 #include <syscfg/syscfg.h>
 #include <os/os_trace_api.h>
+#include "controller/ble_phy_trace.h"
 
 #if MYNEWT_VAL(BLE_PHY_SYSVIEW)