Copter: disable optical flow

This at least allows ArduCopter to be compiled with arduino until we
find larger flash savings
This commit is contained in:
Randy Mackay 2013-09-24 21:47:57 +09:00
parent 589200042d
commit 2c96ed3f22

View File

@ -419,9 +419,6 @@
//////////////////////////////////////////////////////////////////////////////
// OPTICAL_FLOW
#if defined( __AVR_ATmega2560__ ) // determines if optical flow code is included
#define OPTFLOW ENABLED
#endif
#ifndef OPTFLOW // sets global enabled/disabled flag for optflow (as seen in CLI)
# define OPTFLOW DISABLED
#endif