Skip to content
Snippets Groups Projects
Commit f06e6f0c authored by BharathR's avatar BharathR Committed by Lorenz Meier
Browse files

Fixed actuator controls struct in Snapdragon legacy uart_esc driver wrapper (#4724)

parent fb1fd205
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment