Update src/displayapp/screens/WatchFaceTerminal.cpp
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
This commit is contained in:
parent
d6849888ea
commit
477a3a7f27
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user