Copter: minor comment fix

This commit is contained in:
Randy Mackay 2018-09-10 13:50:31 +09:00
parent 314ce5695a
commit b5d722245a
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#include "Copter.h"
// get_pilot_desired_heading - transform pilot's yaw input into a
// desired yaw rate
// transform pilot's yaw input into a desired yaw rate
// returns desired yaw rate in centi-degrees per second
float Copter::get_pilot_desired_yaw_rate(int16_t stick_angle)
{