Ensure SYS_AUTOSTART param is always selected

This commit is contained in:
Lorenz Meier 2015-05-10 23:58:25 +02:00
parent 7f3f572c40
commit a124bc07aa

View File

@ -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();