mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Ensure SYS_AUTOSTART param is always selected
This commit is contained in:
parent
7f3f572c40
commit
a124bc07aa
@ -633,6 +633,7 @@ Sensors::Sensors() :
|
||||
(void)param_find("CAL_MAG1_ROT");
|
||||
(void)param_find("CAL_MAG2_ROT");
|
||||
(void)param_find("SYS_PARAM_VER");
|
||||
(void)param_find("SYS_AUTOSTART");
|
||||
|
||||
/* fetch initial parameter values */
|
||||
parameters_update();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user