Browse Source

Copter: remove sport from pixhawk v2 builds

this mode is almost never used
master
Randy Mackay 7 years ago
parent
commit
13b8ad0e94
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -340,7 +340,7 @@ @@ -340,7 +340,7 @@
//////////////////////////////////////////////////////////////////////////////
// Sport - fly vehicle in rate-controlled (earth-frame) mode
#ifndef MODE_SPORT_ENABLED
# define MODE_SPORT_ENABLED ENABLED
# define MODE_SPORT_ENABLED !HAL_MINIMIZE_FEATURES
#endif
//////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save