Skip to content

Commit

Permalink
fixed a type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjourney committed Jan 14, 2025
1 parent 0f2d138 commit 0c8f6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/StopWatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0c8f6f6

Please sign in to comment.