fixed a type declaration

This commit is contained in:
codingjourney 2025-01-14 21:50:18 +01:00 committed by JF
parent 919b578540
commit 144242afc2

View File

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