Remove references to BLE Manager

This commit is contained in:
Adam Pigg 2020-04-27 14:41:08 +01:00
parent bdc10744fb
commit be67b5297d
3 changed files with 0 additions and 3 deletions

View file

@ -310,7 +310,6 @@ list(APPEND SOURCE_FILES
drivers/SpiMaster.cpp drivers/SpiMaster.cpp
drivers/Watchdog.cpp drivers/Watchdog.cpp
drivers/DebugPins.cpp drivers/DebugPins.cpp
BLE/BleManager.c
Components/Battery/BatteryController.cpp Components/Battery/BatteryController.cpp
Components/Ble/BleController.cpp Components/Ble/BleController.cpp
Components/Ble/NotificationManager.cpp Components/Ble/NotificationManager.cpp

View file

@ -3,7 +3,6 @@
#include <drivers/Cst816s.h> #include <drivers/Cst816s.h>
#include <DisplayApp/LittleVgl.h> #include <DisplayApp/LittleVgl.h>
#include <hal/nrf_rtc.h> #include <hal/nrf_rtc.h>
#include <BLE/BleManager.h>
#include <Components/Ble/NotificationManager.h> #include <Components/Ble/NotificationManager.h>
#include <host/ble_gatt.h> #include <host/ble_gatt.h>
#include <host/ble_hs_adv.h> #include <host/ble_hs_adv.h>

View file

@ -9,7 +9,6 @@
#include <timers.h> #include <timers.h>
//#include <ble/ble_services/ble_cts_c/ble_cts_c.h> //#include <ble/ble_services/ble_cts_c/ble_cts_c.h>
#include <Components/DateTime/DateTimeController.h> #include <Components/DateTime/DateTimeController.h>
#include "BLE/BleManager.h"
#include "Components/Battery/BatteryController.h" #include "Components/Battery/BatteryController.h"
#include "Components/Ble/BleController.h" #include "Components/Ble/BleController.h"
#include <drivers/St7789.h> #include <drivers/St7789.h>