From ba1934f85af2a4863c458f25334d723c0291fc06 Mon Sep 17 00:00:00 2001 From: mark9064 <30447455+mark9064@users.noreply.github.com> Date: Thu, 16 Oct 2025 00:08:38 +0100 Subject: Fix typos/formatting --- src/components/ble/MotionService.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/ble/MotionService.h') 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}; }; } } -- cgit v1.2.3-70-g09d2