commit | 9a839e844f19a6e617b4df6f882705e91ddf3134 | [log] [tgz] |
---|---|---|
author | Kesavan Yogeswaran <hikes@google.com> | Mon Dec 30 10:12:32 2024 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 30 10:12:32 2024 -0800 |
tree | eb259d2d43d453d8f16479f1152d0a0b36b3a649 | |
parent | 52e48522d288be451a68999f15606c5191c905b2 [diff] |
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 🤖 <android-build-ayeaye@system.gserviceaccount.com> Pigweed-Auto-Submit: Kesavan Yogeswaran <hikes@google.com> Commit-Queue: Kesavan Yogeswaran <hikes@google.com> Docs-Not-Needed: Kesavan Yogeswaran <hikes@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Prabhu Karthikeyan Rajasekaran <prabhukr@google.com> Reviewed-by: Alan Rosenthal <alanrosenthal@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.