diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-04-09 13:57:58 +0300 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2022-04-25 15:49:29 +0300 |
| commit | 28ccf15e13c07247d7398fdf806691a4202eb1de (patch) | |
| tree | 51f1bbcc7f6006c2a9c45a282a16a72fa1684ce4 /src/displayapp/screens/StopWatch.h | |
| parent | 3bf6b1cb16e81d564d5846936b41875e469bcd1e (diff) | |
Stopwatch fixes
Diffstat (limited to 'src/displayapp/screens/StopWatch.h')
| -rw-r--r-- | src/displayapp/screens/StopWatch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/displayapp/screens/StopWatch.h b/src/displayapp/screens/StopWatch.h index 06193f68..ef55e2d2 100644 --- a/src/displayapp/screens/StopWatch.h +++ b/src/displayapp/screens/StopWatch.h @@ -70,9 +70,9 @@ namespace Pinetime::Applications::Screens { void stopLapBtnEventHandler(lv_event_t event); bool OnButtonPushed() override; - void reset(); - void start(); - void pause(); + void Reset(); + void Start(); + void Pause(); private: Pinetime::System::SystemTask& systemTask; |
