Browse Source

Plane: disable the CLI if AFS failsafe enabled on APM2

the flash space is a bit too low for both CLI and AFS
mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
1fa03a49c9
  1. 6
      ArduPlane/config.h

6
ArduPlane/config.h

@ -494,6 +494,12 @@ @@ -494,6 +494,12 @@
#endif
#endif
#if OBC_FAILSAFE == ENABLED && HAL_CPU_CLASS < HAL_CPU_CLASS_75
#define CLI_ENABLED DISABLED
#endif
#ifndef SERIAL_BUFSIZE
# define SERIAL_BUFSIZE 512
#endif

Loading…
Cancel
Save