Skip to content

Commit 88ba670

Browse files
codingjourneyJF002
authored andcommitted
fixed a type declaration
1 parent d7d336e commit 88ba670

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)