mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-12 11:26:31 +08:00
Ensure that UAVCAN_ENABLE is always present
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user