summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAdam Pigg <adam@piggz.co.uk>2020-04-27 14:41:08 +0100
committerAdam Pigg <adam@piggz.co.uk>2020-04-27 14:41:08 +0100
commitbe67b5297d63dfd0d0c8d732c3e2bce40af4e547 (patch)
tree9dd2cd9feb0570c413199cbbc78619a400ac11b8 /src/main.cpp
parentbdc10744fb338ae197692713a0b48a7ccc36f566 (diff)
Remove references to BLE Manager
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e3226929..9748f533 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -9,7 +9,6 @@
#include <timers.h>
//#include <ble/ble_services/ble_cts_c/ble_cts_c.h>
#include <Components/DateTime/DateTimeController.h>
-#include "BLE/BleManager.h"
#include "Components/Battery/BatteryController.h"
#include "Components/Ble/BleController.h"
#include <drivers/St7789.h>