mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
fixed hil ArduCopter build
This commit is contained in:
parent
dd4498d113
commit
cadc5bde1d
@ -213,6 +213,8 @@
|
||||
# undef GPS_PROTOCOL
|
||||
# define GPS_PROTOCOL GPS_PROTOCOL_NONE
|
||||
|
||||
#undef CONFIG_SONAR
|
||||
#define CONFIG_SONAR DISABLED
|
||||
#endif
|
||||
|
||||
|
||||
@ -667,7 +669,7 @@
|
||||
# ifndef LOGGING_ENABLED
|
||||
# define LOGGING_ENABLED DISABLED
|
||||
# endif
|
||||
#else
|
||||
#elif LOGGING_ENABLED != DISABLED
|
||||
// Logging is enabled by default for all other builds.
|
||||
# define LOGGING_ENABLED ENABLED
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user