aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/MotionService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble/MotionService.h')
-rw-r--r--src/components/ble/MotionService.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/MotionService.h b/src/components/ble/MotionService.h
index e15cffe3..f311b6bc 100644
--- a/src/components/ble/MotionService.h
+++ b/src/components/ble/MotionService.h
@@ -31,8 +31,8 @@ namespace Pinetime {
uint16_t stepCountHandle;
uint16_t motionValuesHandle;
- std::atomic_bool stepCountNoficationEnabled {false};
- std::atomic_bool motionValuesNoficationEnabled {false};
+ std::atomic_bool stepCountNotificationEnabled {false};
+ std::atomic_bool motionValuesNotificationEnabled {false};
};
}
}