mirror of https://github.com/ArduPilot/ardupilot
fixed LOGGING_ENABLED default on ArduCopter
This commit is contained in:
parent
8afe383737
commit
a22893124d
|
@ -669,7 +669,7 @@
|
|||
# ifndef LOGGING_ENABLED
|
||||
# define LOGGING_ENABLED DISABLED
|
||||
# endif
|
||||
#elif LOGGING_ENABLED != DISABLED
|
||||
#elif !defined(LOGGING_ENABLED)
|
||||
// Logging is enabled by default for all other builds.
|
||||
# define LOGGING_ENABLED ENABLED
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue