Skip to content
Snippets Groups Projects
Commit 56e5c507 authored by DroneBuster's avatar DroneBuster Committed by Lorenz Meier
Browse files

VTOL: Fix MOT_OFF bug

parent e50fdbe3
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ int Tiltrotor::get_motor_off_channels(int channels)
break;
}
channel_bitmap |= 1 << channel;
channel_bitmap |= 1 << (channel - 1);
channels = channels / 10;
}
......
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