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/10 10:27:59 UTC

[mynewt-nimble] branch master updated: nrf5340: dont depend on mynewt.h, but only on sysinit.h

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 cd89a8e  nrf5340: dont depend on mynewt.h, but only on sysinit.h
cd89a8e is described below

commit cd89a8ee30779602f82ab47c67ba7cd23b0a8a22
Author: Bas van den Berg <b....@gmail.com>
AuthorDate: Tue Mar 8 16:05:48 2022 +0100

    nrf5340: dont depend on mynewt.h, but only on sysinit.h
---
 nimble/transport/nrf5340/src/nrf5340_ble_hci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nimble/transport/nrf5340/src/nrf5340_ble_hci.c b/nimble/transport/nrf5340/src/nrf5340_ble_hci.c
index df5571e..1f510e8 100644
--- a/nimble/transport/nrf5340/src/nrf5340_ble_hci.c
+++ b/nimble/transport/nrf5340/src/nrf5340_ble_hci.c
@@ -19,7 +19,7 @@
 
 #include <assert.h>
 #include <string.h>
-#include <os/mynewt.h>
+#include <sysinit/sysinit.h>
 #include <nimble/ble.h>
 #include <nimble/ble_hci_trans.h>
 #include <nimble/hci_common.h>