mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
This can happen for example when a param type is changed from int32 to float. The type check will then fail if the param is stored and the param import will be aborted. Now we just skip the entry and continue loading the rest.