mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 22:50:36 +08:00
d495014878
Fix logic error where `mnt_mode_in` (value) was checked against `PARAM_INVALID` instead of `param_handle`. This caused `param_get` to be called with an invalid handle if the parameter was missing.