forked from Archive/PX4-Autopilot
FMU driver: Code style fix
This commit is contained in:
parent
983243933d
commit
54fde63d66
|
@ -755,7 +755,7 @@ PX4FMU::task_main()
|
|||
if (updated) {
|
||||
parameter_update_s pupdate;
|
||||
orb_copy(ORB_ID(parameter_update), _param_sub, &pupdate);
|
||||
|
||||
|
||||
update_pwm_rev_mask();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue