Skip to content

Commit 401af28

Browse files
committed
Ensure that UAVCAN_ENABLE is always present
1 parent 7ea4149 commit 401af28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/sensors/sensors.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ Sensors::Sensors() :
654654
(void)param_find("PWM_AUX_MAX");
655655
(void)param_find("PWM_AUX_DISARMED");
656656
(void)param_find("TRIG_MODE");
657+
(void)param_find("UAVCAN_ENABLE");
657658

658659
/* fetch initial parameter values */
659660
parameters_update();

0 commit comments

Comments
 (0)