Skip to content

Commit 0c8f6f6

Browse files
committed
fixed a type declaration
1 parent 0f2d138 commit 0c8f6f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/StopWatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace Pinetime::Applications {
4949
uint8_t displayedLaps = 3;
5050
lv_obj_t *time, *msecTime, *btnPlayPause, *btnStopLap, *txtPlayPause, *txtStopLap;
5151
lv_obj_t* lapText;
52-
Utility::DirtyValue<TickType_t> renderedSeconds;
52+
Utility::DirtyValue<uint32_t> renderedSeconds;
5353
bool hoursVisible = false;
5454

5555
lv_task_t* taskRefresh;

0 commit comments

Comments
 (0)