From 0efd0fa1f30a90c44f9b680eb64b01520188d042 Mon Sep 17 00:00:00 2001 From: jasonshort Date: Mon, 27 Jun 2011 19:57:40 +0000 Subject: [PATCH] changed camera stabilization to 1 instead of ENABLED git-svn-id: https://arducopter.googlecode.com/svn/trunk@2696 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- ArduCopterMega/APM_Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopterMega/APM_Config.h b/ArduCopterMega/APM_Config.h index c994e9f1f1..aa5273e435 100644 --- a/ArduCopterMega/APM_Config.h +++ b/ArduCopterMega/APM_Config.h @@ -14,7 +14,7 @@ #define DYNAMIC_DRIFT 0 // careful!!! 0 = off, 1 = on // do we want to have camera stabilization? -#define CAMERA_STABILIZER ENABLED +#define CAMERA_STABILIZER 1 #define BROKEN_SLIDER 0