Copter: fix comments related to home-alt set in-flight

This commit is contained in:
Randy Mackay 2015-05-13 18:00:34 +09:00
parent 56b92e7d8c
commit 484bf628e1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ static void update_home_from_EKF()
}
}
// set_home_to_current_location_inflight - set home to current GPS location (horizontally) and EKF origin+ takeoff_alt_above_origin
// set_home_to_current_location_inflight - set home to current GPS location (horizontally) and EKF origin vertically
static void set_home_to_current_location_inflight() {
// get current location from EKF
Location temp_loc;