You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2022/03/17 12:13:12 UTC

[mynewt-nimble] 02/02: apps/btshell: Fix build

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit a8d2fa406338e73c34303a089346d14a388980a0
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Thu Mar 17 12:08:12 2022 +0100

    apps/btshell: Fix build
---
 apps/btshell/src/main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/btshell/src/main.c b/apps/btshell/src/main.c
index 7741050..e6f2f56 100644
--- a/apps/btshell/src/main.c
+++ b/apps/btshell/src/main.c
@@ -33,7 +33,6 @@
 /* BLE */
 #include "nimble/ble.h"
 #include "nimble/nimble_opt.h"
-#include "nimble/ble_hci_trans.h"
 #include "host/ble_hs.h"
 #include "host/ble_hs_adv.h"
 #include "host/ble_uuid.h"