From a640311f58729ce97f4801db32b89e1918446e15 Mon Sep 17 00:00:00 2001 From: Jason Short Date: Fri, 6 Jan 2012 10:20:59 -0800 Subject: [PATCH] Added Note --- ArduCopter/navigation.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduCopter/navigation.pde b/ArduCopter/navigation.pde index 8cd1e99ee4..8834570fcc 100644 --- a/ArduCopter/navigation.pde +++ b/ArduCopter/navigation.pde @@ -5,8 +5,8 @@ //**************************************************************** static byte navigate() { - // waypoint distance from plane - // ---------------------------- + // waypoint distance from plane in meters + // --------------------------------------- wp_distance = get_distance(¤t_loc, &next_WP); home_distance = get_distance(¤t_loc, &home);