You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Problem
Followups from PR project-chip#10056 Indirect access for System::Clock functions
Fixesproject-chip#10146 Remove GetMonotonicMicroseconds() call
Fixesproject-chip#10145 remove.
Fixesproject-chip#10144 The static cast should have the / 1000 within it
#### Change overview
- Removes the global backward-compatibility wrappers for `GetMonotonic…()`.
- Correctly parenthesize the project-chip#10146 cast.
#### Testing
CI. No changes to functionality intended.
kpschoedel
added a commit
to kpschoedel/connectedhomeip
that referenced
this issue
Oct 1, 2021
#### Problem
Followups from PR project-chip#10056 Indirect access for System::Clock functions
Fixesproject-chip#10146 Remove GetMonotonicMicroseconds() call
Fixesproject-chip#10145 remove.
Fixesproject-chip#10144 The static cast should have the / 1000 within it
#### Change overview
- Removes the global backward-compatibility wrappers for `GetMonotonic…()`.
- Correctly parenthesize the project-chip#10146 cast.
#### Testing
CI. No changes to functionality intended.
#### Problem
Followups from PR #10056 Indirect access for System::Clock functions
Fixes#10146 Remove GetMonotonicMicroseconds() call
Fixes#10145 remove.
Fixes#10144 The static cast should have the / 1000 within it
#### Change overview
- Removes the global backward-compatibility wrappers for `GetMonotonic…()`.
- Correctly parenthesize the #10146 cast.
#### Testing
CI. No changes to functionality intended.
The static cast should have the
/ 1000
within it, rather than outside. Otherwise it's possible that it will overrun after not that long.Originally posted by @tcarmelveilleux in #10056 (comment)
The text was updated successfully, but these errors were encountered: