mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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.