mirror of https://github.com/ArduPilot/ardupilot
APM: the CLI fits nicely on the 1280 again now
I find the CLI very useful for testing, so enable it by default on the 1280. Logging is still off by default.
This commit is contained in:
parent
4ec3857476
commit
c6f3f7065c
|
@ -51,7 +51,6 @@
|
|||
#endif
|
||||
|
||||
#if defined( __AVR_ATmega1280__ )
|
||||
#define CLI_ENABLED DISABLED
|
||||
#define LOGGING_ENABLED DISABLED
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue