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:
parent
589200042d
commit
2c96ed3f22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user