Skip to content

Commit

Permalink
Fix restyled errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pankore committed Jan 19, 2022
1 parent 1c53d47 commit 0b9b00a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/platform/Ameba/SystemTimeSupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ namespace Internal {
ClockImpl gClockImpl;
} // namespace Internal


Microseconds64 ClockImpl::GetMonotonicMicroseconds64(void)
{
return (Clock::Microseconds64(xTaskGetTickCount()) * configTICK_RATE_HZ);
Expand All @@ -60,13 +59,6 @@ Milliseconds64 ClockImpl::GetMonotonicMilliseconds64(void)
return (Clock::Milliseconds64(xTaskGetTickCount()));
}

#if 0
uint64_t GetClock_MonotonicHiRes(void)
{
return xTaskGetTickCount() * 1000;
}
#endif

CHIP_ERROR ClockImpl::GetClock_RealTime(Clock::Microseconds64 & curTime)
{
time_t seconds;
Expand Down

0 comments on commit 0b9b00a

Please sign in to comment.