Browse Source

Copter: disable optical flow

This at least allows ArduCopter to be compiled with arduino until we
find larger flash savings
master
Randy Mackay 12 years ago
parent
commit
2c96ed3f22
  1. 3
      ArduCopter/config.h

3
ArduCopter/config.h

@ -419,9 +419,6 @@ @@ -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…
Cancel
Save