Skip to content
Snippets Groups Projects
Commit 401af28b authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Ensure that UAVCAN_ENABLE is always present

parent 7ea41491
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment