mirror of https://github.com/ArduPilot/ardupilot
changed camera stabilization to 1 instead of ENABLED
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2696 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
7f3719086f
commit
0efd0fa1f3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue