diff options
| author | codingjourney <coding@journey.sk> | 2024-10-28 05:26:30 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2025-11-04 21:25:31 +0100 |
| commit | f1f4c9028e12c9a34bcfd79fd7ba273aebfbbae7 (patch) | |
| tree | da948a7123356a905fd871b6b820dc1538d21fb6 /src/components/stopwatch | |
| parent | 88e396f45f00a095e195c87a34301a51c730fa2d (diff) | |
fixed issues found by the test-format CI job
Diffstat (limited to 'src/components/stopwatch')
| -rw-r--r-- | src/components/stopwatch/StopWatchController.h | 2 |
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(); |
