Browse Source

fixed LOGGING_ENABLED default on ArduCopter

master
Andrew Tridgell 13 years ago
parent
commit
a22893124d
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -669,7 +669,7 @@ @@ -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…
Cancel
Save