Browse Source

apm 1280 disables

mission-4.1.18
Michael Oborne 13 years ago
parent
commit
28d280562a
  1. 5
      ArduPlane/config.h

5
ArduPlane/config.h

@ -50,6 +50,11 @@ @@ -50,6 +50,11 @@
# define CONFIG_APM_HARDWARE APM_HARDWARE_APM1
#endif
#if defined( __AVR_ATmega1280__ )
#define CLI_ENABLED DISABLED
#define LOGGING_ENABLED DISABLED
#endif
//////////////////////////////////////////////////////////////////////////////
// APM2 HARDWARE DEFAULTS
//

Loading…
Cancel
Save