Stopwatch fixes

This commit is contained in:
Riku Isokoski
2022-04-09 13:57:58 +03:00
parent 3bf6b1cb16
commit 28ccf15e13
2 changed files with 22 additions and 37 deletions

View File

@@ -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;