commit | f1382215b918c87a3f5325dd7f7ee88cb991f462 | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@google.com> | Tue Dec 10 23:55:50 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 10 23:55:50 2024 +0000 |
tree | 0127b7883b3d05b951fb814a088bae0a4bb5cf67 | |
parent | a95785910cfc23f5035ed84b3aa83c363c742494 [diff] |
pw_thread_freertos: Remove variable when it is not used - When dynamic allocation is disabled, dynamically_allocated_ is a private, unused field which triggers compiler errors. - Move the functions that use conditionally included fields next to the fields to reduce the number of preprocessor conditionals. Change-Id: I7a8d67f098d19199f2cd2b2dbee994414e773029 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253552 Docs-Not-Needed: Wyatt Hepler <hepler@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Reviewed-by: Alexei Frolov <frolv@google.com> Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.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/.