mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
Ensure SYS_AUTOSTART param is always selected
This commit is contained in:
@@ -633,6 +633,7 @@ Sensors::Sensors() :
|
|||||||
(void)param_find("CAL_MAG1_ROT");
|
(void)param_find("CAL_MAG1_ROT");
|
||||||
(void)param_find("CAL_MAG2_ROT");
|
(void)param_find("CAL_MAG2_ROT");
|
||||||
(void)param_find("SYS_PARAM_VER");
|
(void)param_find("SYS_PARAM_VER");
|
||||||
|
(void)param_find("SYS_AUTOSTART");
|
||||||
|
|
||||||
/* fetch initial parameter values */
|
/* fetch initial parameter values */
|
||||||
parameters_update();
|
parameters_update();
|
||||||
|
|||||||
Reference in New Issue
Block a user