mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 00:54:06 +08:00
sensors: fixed code style
Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
parent
9ece090dbe
commit
1f1839d978
@ -2129,7 +2129,7 @@ Sensors::rc_poll()
|
||||
manual.kill_switch = get_rc_sw2pos_position(rc_channels_s::RC_CHANNELS_FUNCTION_KILLSWITCH,
|
||||
_parameters.rc_killswitch_th, _parameters.rc_killswitch_inv);
|
||||
manual.transition_switch = get_rc_sw2pos_position(rc_channels_s::RC_CHANNELS_FUNCTION_TRANSITION,
|
||||
_parameters.rc_trans_th, _parameters.rc_trans_inv);
|
||||
_parameters.rc_trans_th, _parameters.rc_trans_inv);
|
||||
|
||||
/* publish manual_control_setpoint topic */
|
||||
if (_manual_control_pub != nullptr) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user