Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GetMonotonicMicroseconds() call #10146

Closed
todo bot opened this issue Oct 1, 2021 · 0 comments · Fixed by #10153
Closed

Remove GetMonotonicMicroseconds() call #10146

todo bot opened this issue Oct 1, 2021 · 0 comments · Fixed by #10153
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Oct 1, 2021

// DO NOT USE - Temporary backward compatibility functions. TODO: remove.
inline MonotonicMicroseconds GetMonotonicMicroseconds()
{
return SystemClock().GetMonotonicMicroseconds();
}
inline MonotonicMilliseconds GetMonotonicMilliseconds()
{
return SystemClock().GetMonotonicMilliseconds();
}
/**


This issue was generated by todo based on a TODO comment in e406848 when #10056 was merged. cc @kpschoedel.
@todo todo bot added the todo label Oct 1, 2021
@todo todo bot assigned kpschoedel Oct 1, 2021
@andy31415 andy31415 changed the title remove. Remove GetMonotonicMicroseconds() call Oct 1, 2021
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

Fixes project-chip#10146 Remove GetMonotonicMicroseconds() call
Fixes project-chip#10145 remove.
Fixes project-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

Fixes project-chip#10146 Remove GetMonotonicMicroseconds() call
Fixes project-chip#10145 remove.
Fixes project-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.
andy31415 pushed a commit that referenced this issue Oct 4, 2021
#### 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant