mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-24 19:08:21 +08:00
Make px4::atomic's value constructor and ModuleBase::Descriptor constexpr so the ~40 per-module 'desc' statics are constant-initialised instead of each emitting static-init code, and apply the same to the mixer_module FunctionProvider table. Signed-off-by: Balduin <balduin@auterion.com>