mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 13:04:06 +08:00
Ensure that UAVCAN_ENABLE is always present
This commit is contained in:
parent
7ea41491e5
commit
401af28b38
@ -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…
x
Reference in New Issue
Block a user