Plane: fixed servo demo on startup

thanks to Klrill-ka

fixes issue #1204
This commit is contained in:
Andrew Tridgell 2014-08-07 13:26:47 +10:00
parent ed6ab5f1d3
commit b414ca930d

View File

@ -67,8 +67,8 @@ void failsafe_check(void)
if (!demoing_servos) {
channel_roll->output();
channel_pitch->output();
}
channel_pitch->output();
channel_throttle->output();
channel_rudder->output();