Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_sync_freertos: Fix regression in TimedThreadNotification
pwrev.dev/256695 contained a bug caused by the incorrect use of `auto` with a reference type that created a copy of a thread notification's NativeThreadNotification. Fix the issue by adding in explicit types. Bug: 366374135 Change-Id: If259727acb223e415634e70ab4176591f811b32f Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/256793 Lint: Lint 🤖 <[email protected]> Pigweed-Auto-Submit: Kesavan Yogeswaran <[email protected]> Commit-Queue: Kesavan Yogeswaran <[email protected]> Docs-Not-Needed: Kesavan Yogeswaran <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]> Reviewed-by: Prabhu Karthikeyan Rajasekaran <[email protected]> Reviewed-by: Alan Rosenthal <[email protected]>
- Loading branch information