mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
ArduCopter: disable ITERM logging by default
This message takes 1ms to write and we are running over our limits on some loops.
This commit is contained in:
parent
fbed8b8861
commit
12f885c33c
@ -1104,7 +1104,7 @@
|
|||||||
# define LOG_PID DISABLED
|
# define LOG_PID DISABLED
|
||||||
#endif
|
#endif
|
||||||
#ifndef LOG_ITERM
|
#ifndef LOG_ITERM
|
||||||
# define LOG_ITERM ENABLED
|
# define LOG_ITERM DISABLED
|
||||||
#endif
|
#endif
|
||||||
#ifndef LOG_INAV
|
#ifndef LOG_INAV
|
||||||
# define LOG_INAV DISABLED
|
# define LOG_INAV DISABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user