summaryrefslogtreecommitdiff
path: root/src/components/ble/NavigationService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble/NavigationService.h')
-rw-r--r--src/components/ble/NavigationService.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/NavigationService.h b/src/components/ble/NavigationService.h
index dc4f0a0d..5aab263c 100644
--- a/src/components/ble/NavigationService.h
+++ b/src/components/ble/NavigationService.h
@@ -37,7 +37,7 @@ namespace Pinetime {
namespace Controllers {
class NavigationService {
- public:
+ public:
explicit NavigationService(Pinetime::System::SystemTask& system);
void Init();
@@ -52,7 +52,7 @@ namespace Pinetime {
int getProgress();
- private:
+ private:
static constexpr uint8_t navId[2] = {0x01, 0x00};
static constexpr uint8_t navFlagCharId[2] = {0x01, 0x00};
static constexpr uint8_t navNarrativeCharId[2] = {0x02, 0x00};