aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/MotionService.h
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2025-10-16 00:08:38 +0100
committermark9064 <30447455+mark9064@users.noreply.github.com>2025-10-16 09:34:55 +0100
commitba1934f85af2a4863c458f25334d723c0291fc06 (patch)
tree757ace371213f0989a33f90f0f8a12693ccb3af9 /src/components/ble/MotionService.h
parentcd4682d1ef087494ea53dc5c5c2303fdaf5fe2a8 (diff)
Fix typos/formatting
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};
};
}
}