commit | fba0833c176a79ec83403fa9d48407c5ddebb99f | [log] [tgz] |
---|---|---|
author | Dave Roth <davidroth@google.com> | Mon Sep 23 16:48:53 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 23 16:48:53 2024 +0000 |
tree | 799a75470fe153b76dcd9ed777f2963ab1ce0fde | |
parent | 736eb4a2b3d126d4621a5014f2e3b6bcd6b8b827 [diff] |
pw_boot: Move main forward declaration out of extern "C" block `main` function is by default considered `extern C` and adding it explicitly creates a pedantic warning causing failures with new clang toolchain. Bug: 366374135 Change-Id: I81b1070a08d31b8ff698483ade3c2657ad458438 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237333 Docs-Not-Needed: Aaron Green <aarongreen@google.com> Commit-Queue: Aaron Green <aarongreen@google.com> Reviewed-by: Aaron Green <aarongreen@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.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/.