Update src/displayapp/screens/WatchFaceTerminal.cpp

Co-authored-by: NeroBurner <pyro4hell@gmail.com>
This commit is contained in:
Марков Дмитрий 2022-01-18 10:36:19 +05:00 committed by GitHub
parent d6849888ea
commit 477a3a7f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();