commit | 5d9a1e84e7c55a7b194a8bf459b720cbba220d0c | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@google.com> | Sat Sep 28 01:51:29 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Sep 28 01:51:29 2024 +0000 |
tree | cd89464a85a68517559a50c0bcf99a4a53521e8c | |
parent | 77f7b45e29db5e793908a760d4579f65d0ef759d [diff] |
pw_log: Remove unused macro PW_MODULE_LOG_NAME_DEFINED PW_MODULE_LOG_NAME_DEFINED is problematic because PW_LOG_MODULE_NAME can be overridden after the default is defined. It also behaves unexpectedly if PW_LOG_MODULE_NAME is manually set to "". Change-Id: I4e047bad3b7c6735e29e03896cedcb3c38f63877 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/238554 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Taylor Cramer <cramertj@google.com> Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Wyatt Hepler <hepler@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/.