Copter: init_rc_out in cli's compassmot setup

Bug fix to allow cli's compass motor compensation to be run from the
mission planner's terminal window
This commit is contained in:
Randy Mackay 2013-05-09 13:30:08 +09:00
parent 6269b8029c
commit d0fb332e9f
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ setup_compassmot(uint8_t argc, const Menu::arg *argv)
} }
// enable motors and pass through throttle // enable motors and pass through throttle
motors.enable(); init_rc_out();
motors.armed(true); motors.armed(true);
motors.output_min(); motors.output_min();