From 144242afc2fcd4a6800a965e2f35a7cb961b983f Mon Sep 17 00:00:00 2001 From: codingjourney Date: Tue, 14 Jan 2025 21:50:18 +0100 Subject: fixed a type declaration --- src/displayapp/screens/StopWatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/displayapp') diff --git a/src/displayapp/screens/StopWatch.h b/src/displayapp/screens/StopWatch.h index 3e8d9e73..98c05bc4 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; -- cgit v1.2.3-70-g09d2