Stopwatch fixes
This commit is contained in:
parent
3bf6b1cb16
commit
28ccf15e13
2 changed files with 22 additions and 37 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue