Ensure that UAVCAN_ENABLE is always present

This commit is contained in:
Lorenz Meier 2016-01-16 12:07:50 +01:00
parent 7ea41491e5
commit 401af28b38

View File

@ -654,6 +654,7 @@ Sensors::Sensors() :
(void)param_find("PWM_AUX_MAX");
(void)param_find("PWM_AUX_DISARMED");
(void)param_find("TRIG_MODE");
(void)param_find("UAVCAN_ENABLE");
/* fetch initial parameter values */
parameters_update();