From 3401bd35834af55ee1ddff8c221e96d2766801d8 Mon Sep 17 00:00:00 2001 From: Jason Short Date: Thu, 19 Jul 2012 09:49:13 -0700 Subject: [PATCH] Arducopter: Clarified units in comment --- ArduCopter/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/config.h b/ArduCopter/config.h index f1b0d1f5f3..315e890d61 100644 --- a/ArduCopter/config.h +++ b/ArduCopter/config.h @@ -944,7 +944,7 @@ #endif #ifndef ALT_HOLD_HOME -# define ALT_HOLD_HOME 0 // height to return to Home, 0 = Maintain current altitude +# define ALT_HOLD_HOME 0 // height to return to Home in CM, 0 = Maintain current altitude #endif #ifndef USE_CURRENT_ALT