mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
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
Block a user