From 0c8f6f622c361a2a4d1858a9f177f3d75d12d24c Mon Sep 17 00:00:00 2001 From: codingjourney Date: Tue, 14 Jan 2025 21:50:18 +0100 Subject: [PATCH] fixed a type declaration --- src/displayapp/screens/StopWatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/displayapp/screens/StopWatch.h b/src/displayapp/screens/StopWatch.h index 2d8d67aec1..c1e16e3869 100644 --- a/src/displayapp/screens/StopWatch.h +++ b/src/displayapp/screens/StopWatch.h @@ -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 renderedSeconds; + Utility::DirtyValue renderedSeconds; bool hoursVisible = false; lv_task_t* taskRefresh;