mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 02:14:07 +08:00
_should_stop_file_log is set after disarming: logging continues for 1s to measure the CPU usage. During that time, other modules might change params (such as ekf), and we don't need to have these the log. However currently all modules do not notify the system when setting params after disarming. Meaning this patch is not strictly needed, it's more a preventive measure.