Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2001980

Browse files
PeterC1965bzbarsky-apple
andauthoredJul 18, 2024··
Update examples/energy-management-app/energy-management-common/src/EnergyTimeUtils.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 7a9ded1 commit 2001980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/energy-management-app/energy-management-common/src/EnergyTimeUtils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ uint8_t GetLocalDayOfWeekFromUnixEpoch(time_t unixEpoch)
107107
*/
108108
CHIP_ERROR GetLocalDayOfWeekNow(uint8_t & dayOfWeekMap)
109109
{
110-
chip::System::Clock::Milliseconds64 cTMs;
110+
System::Clock::Milliseconds64 cTMs;
111111
CHIP_ERROR err = chip::System::SystemClock().GetClock_RealTimeMS(cTMs);
112112
if (err != CHIP_NO_ERROR)
113113
{

0 commit comments

Comments
 (0)
Please sign in to comment.