From b5d722245af57f667e9618c045be02391ae771ab Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Mon, 10 Sep 2018 13:50:31 +0900 Subject: [PATCH] Copter: minor comment fix --- ArduCopter/Attitude.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ArduCopter/Attitude.cpp b/ArduCopter/Attitude.cpp index 79f03a4f95..50ce741d50 100644 --- a/ArduCopter/Attitude.cpp +++ b/ArduCopter/Attitude.cpp @@ -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) {