diff --git a/apps/blecent/pkg.yml b/apps/blecent/pkg.yml index 93f57e341..dd5743959 100644 --- a/apps/blecent/pkg.yml +++ b/apps/blecent/pkg.yml @@ -28,10 +28,9 @@ pkg.deps: - "@apache-mynewt-core/sys/log/full" - "@apache-mynewt-core/sys/log/modlog" - "@apache-mynewt-core/sys/stats/full" - - nimble/controller - nimble/host - nimble/host/util - nimble/host/services/gap - nimble/host/services/gatt - nimble/host/store/ram - - nimble/transport/ram + - nimble/transport diff --git a/apps/blecent/src/main.c b/apps/blecent/src/main.c index f14da346a..d365cda27 100644 --- a/apps/blecent/src/main.c +++ b/apps/blecent/src/main.c @@ -24,13 +24,9 @@ /* BLE */ #include "nimble/ble.h" -#include "controller/ble_ll.h" #include "host/ble_hs.h" #include "host/util/util.h" -/* RAM HCI transport. */ -#include "transport/ram/ble_hci_ram.h" - /* Mandatory services. */ #include "services/gap/ble_svc_gap.h" #include "services/gatt/ble_svc_gatt.h"