fixed LOGGING_ENABLED default on ArduCopter

This commit is contained in:
Andrew Tridgell 2011-12-12 23:39:45 +11:00
parent 8afe383737
commit a22893124d
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@
# ifndef LOGGING_ENABLED # ifndef LOGGING_ENABLED
# define LOGGING_ENABLED DISABLED # define LOGGING_ENABLED DISABLED
# endif # endif
#elif LOGGING_ENABLED != DISABLED #elif !defined(LOGGING_ENABLED)
// Logging is enabled by default for all other builds. // Logging is enabled by default for all other builds.
# define LOGGING_ENABLED ENABLED # define LOGGING_ENABLED ENABLED
#endif #endif