mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
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
|
// 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)
|
#ifndef OPTFLOW // sets global enabled/disabled flag for optflow (as seen in CLI)
|
||||||
# define OPTFLOW DISABLED
|
# define OPTFLOW DISABLED
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user