mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-17 05:39:00 +08:00
The use of std::map and static initialization was an issue. The code was refactored to not use static initialization. Signed-off-by: Mark Charlebois <charlebm@gmail.com>