From ec6169000c05a63a957c6859521709a4d8f8d48c Mon Sep 17 00:00:00 2001 From: Jason Short Date: Sun, 6 Nov 2011 22:43:49 -0800 Subject: [PATCH] default top_bottom ratio 1.0 --- ArduCopter/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ArduCopter/config.h b/ArduCopter/config.h index 3915b53587..8528df47be 100644 --- a/ArduCopter/config.h +++ b/ArduCopter/config.h @@ -280,11 +280,10 @@ // Y6 Support #ifndef TOP_BOTTOM_RATIO -# define TOP_BOTTOM_RATIO 0.92 +# define TOP_BOTTOM_RATIO 1.00 #endif - ////////////////////////////////////////////////////////////////////////////// // Attitude Control //