From c15f2b71017f31490d0fa1149a61bff0bf3b3f58 Mon Sep 17 00:00:00 2001 From: jasonshort Date: Thu, 10 Feb 2011 07:11:17 +0000 Subject: [PATCH] git-svn-id: https://arducopter.googlecode.com/svn/trunk@1623 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- ArduCopterMega/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopterMega/config.h b/ArduCopterMega/config.h index bc01fbad59..77242e33be 100644 --- a/ArduCopterMega/config.h +++ b/ArduCopterMega/config.h @@ -355,7 +355,7 @@ // // how much to we pitch towards the target #ifndef PITCH_MAX -# define PITCH_MAX 40 +# define PITCH_MAX 36 #endif