summaryrefslogtreecommitdiff
path: root/src/components/ble
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2021-02-04 16:36:34 (GMT)
committerGitea <gitea@fake.local>2021-02-04 16:36:34 (GMT)
commit3f7360ca186933b600d362c12e7c62d9df509aa4 (patch)
tree9e7bff44e541526ae50b183a64cfe1d22a13cc56 /src/components/ble
parent76ab14fa5f7979dd764b449396dc5835a286ec6d (diff)
parent6259b816287f8f74dadf50334a445cd9fe16d415 (diff)
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to 'src/components/ble')
-rw-r--r--src/components/ble/BatteryInformationService.cpp1
-rw-r--r--src/components/ble/CurrentTimeClient.cpp1
-rw-r--r--src/components/ble/CurrentTimeService.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/components/ble/BatteryInformationService.cpp b/src/components/ble/BatteryInformationService.cpp
index f7d895c..bc66ff7 100644
--- a/src/components/ble/BatteryInformationService.cpp
+++ b/src/components/ble/BatteryInformationService.cpp
@@ -1,3 +1,4 @@
+#include <nrf_log.h>
#include "BatteryInformationService.h"
#include "components/battery/BatteryController.h"
diff --git a/src/components/ble/CurrentTimeClient.cpp b/src/components/ble/CurrentTimeClient.cpp
index be50fed..758f636 100644
--- a/src/components/ble/CurrentTimeClient.cpp
+++ b/src/components/ble/CurrentTimeClient.cpp
@@ -1,5 +1,6 @@
#include "CurrentTimeClient.h"
#include <hal/nrf_rtc.h>
+#include <nrf_log.h>
#include "components/datetime/DateTimeController.h"
using namespace Pinetime::Controllers;
diff --git a/src/components/ble/CurrentTimeService.cpp b/src/components/ble/CurrentTimeService.cpp
index 3a6264e..9f14edc 100644
--- a/src/components/ble/CurrentTimeService.cpp
+++ b/src/components/ble/CurrentTimeService.cpp
@@ -1,5 +1,6 @@
#include "CurrentTimeService.h"
#include <hal/nrf_rtc.h>
+#include <nrf_log.h>
using namespace Pinetime::Controllers;