mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 02:07:35 +08:00
Fixed actuator controls struct in Snapdragon legacy uart_esc driver wrapper (#4724)
This commit is contained in:
@@ -338,7 +338,7 @@ void task_main(int argc, char *argv[])
|
||||
|
||||
if (_armed.armed) {
|
||||
_outputs.noutputs = mixer->mix(&_outputs.output[0],
|
||||
actuator_controls_0_s::NUM_ACTUATOR_CONTROLS,
|
||||
actuator_controls_s::NUM_ACTUATOR_CONTROLS,
|
||||
NULL);
|
||||
|
||||
// Make sure we support only up to UART_ESC_MAX_MOTORS motors
|
||||
|
||||
Reference in New Issue
Block a user