summaryrefslogtreecommitdiff
path: root/src/Components
diff options
context:
space:
mode:
authorAdam Pigg <adam@piggz.co.uk>2020-05-07 20:06:50 +0100
committerAdam Pigg <adam@piggz.co.uk>2020-05-07 20:06:50 +0100
commitca0ef77368855459fae6cbcef93545aa3d2d69af (patch)
tree4649a582a9238a7dba9e0b5e54c40b03dc9d3d92 /src/Components
parentb4e82dd11f11611911d371ce41c01c69ca8f3de3 (diff)
TODO is done
Diffstat (limited to 'src/Components')
-rw-r--r--src/Components/Ble/CurrentTimeService.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Components/Ble/CurrentTimeService.cpp b/src/Components/Ble/CurrentTimeService.cpp
index a44a18a5..9ae4c3b8 100644
--- a/src/Components/Ble/CurrentTimeService.cpp
+++ b/src/Components/Ble/CurrentTimeService.cpp
@@ -50,7 +50,6 @@ int CurrentTimeService::OnTimeAccessed(uint16_t conn_handle, uint16_t attr_handl
}
- //!TODO need to support reading the time.
return 0;
}