Browse Source

Ensure that UAVCAN_ENABLE is always present

sbg
Lorenz Meier 9 years ago
parent
commit
401af28b38
  1. 1
      src/modules/sensors/sensors.cpp

1
src/modules/sensors/sensors.cpp

@ -654,6 +654,7 @@ Sensors::Sensors() : @@ -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();

Loading…
Cancel
Save