Sensors: ensure trigger param is present

This commit is contained in:
Lorenz Meier
2015-08-07 14:35:15 +02:00
parent 21f8e1e4e2
commit e0f203e3da
+1
View File
@@ -631,6 +631,7 @@ Sensors::Sensors() :
(void)param_find("PWM_AUX_MIN");
(void)param_find("PWM_AUX_MAX");
(void)param_find("PWM_AUX_DISARMED");
(void)param_find("TRIG_MODE");
/* fetch initial parameter values */
parameters_update();