mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-14 08:38:38 +08:00
da1a38b44e
- store parameter type and if volatile separately (saves kilobytes of flash)
- use Bitset for tracking active and changed parameters
- use atomic for autosave_enabled flag
- compile at ${MAX_CUSTOM_OPT_LEVEL} (-O2 on non flash constrained boards)