Skip to content

Commit

Permalink
Update src/displayapp/screens/WatchFaceTerminal.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
  • Loading branch information
13werwolf13 and NeroBurner committed Jan 18, 2022
1 parent d684988 commit 477a3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/WatchFaceTerminal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void WatchFaceTerminal::Refresh() {
auto day = (unsigned)yearMonthDay.day();
auto dayOfWeek = static_cast<Pinetime::Controllers::DateTime::Days>(date::weekday(yearMonthDay).iso_encoding());

auto hour = time.hours().count();
int hour = time.hours().count();
auto minute = time.minutes().count();
auto second = time.seconds().count();

Expand Down

0 comments on commit 477a3a7

Please sign in to comment.