mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2026-01-22 00:42:13 +01:00
fixed a type declaration
This commit is contained in:
parent
919b578540
commit
144242afc2
@ -49,7 +49,7 @@ namespace Pinetime::Applications {
|
||||
uint8_t displayedLaps = 3;
|
||||
lv_obj_t *time, *msecTime, *btnPlayPause, *btnStopLap, *txtPlayPause, *txtStopLap;
|
||||
lv_obj_t* lapText;
|
||||
Utility::DirtyValue<TickType_t> renderedSeconds;
|
||||
Utility::DirtyValue<uint32_t> renderedSeconds;
|
||||
bool hoursVisible = false;
|
||||
|
||||
lv_task_t* taskRefresh;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user