aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/stopwatch/StopWatchController.h
diff options
context:
space:
mode:
authorcodingjourney <coding@journey.sk>2024-10-28 05:26:30 +0100
committerJF <JF002@users.noreply.github.com>2025-11-04 21:25:31 +0100
commitf1f4c9028e12c9a34bcfd79fd7ba273aebfbbae7 (patch)
treeda948a7123356a905fd871b6b820dc1538d21fb6 /src/components/stopwatch/StopWatchController.h
parent88e396f45f00a095e195c87a34301a51c730fa2d (diff)
fixed issues found by the test-format CI job
Diffstat (limited to 'src/components/stopwatch/StopWatchController.h')
-rw-r--r--src/components/stopwatch/StopWatchController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/stopwatch/StopWatchController.h b/src/components/stopwatch/StopWatchController.h
index 1590581f..800ca1b3 100644
--- a/src/components/stopwatch/StopWatchController.h
+++ b/src/components/stopwatch/StopWatchController.h
@@ -9,6 +9,7 @@ namespace Pinetime {
namespace System {
class SystemTask;
}
+
namespace Controllers {
enum class StopWatchStates { Cleared, Running, Paused };
@@ -18,7 +19,6 @@ namespace Pinetime {
TickType_t timeSinceStart = 0; // Excluding pauses
};
-
class StopWatchController {
public:
StopWatchController();