From a8d2fa406338e73c34303a089346d14a388980a0 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Thu, 17 Mar 2022 12:08:12 +0100 Subject: [PATCH] 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 774105014..e6f2f565d 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"