Merge pull request #25 from piggz/nimble
Remove references to BLE Manager
This commit is contained in:
commit
557e8fa19f
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue