mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -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
|
||||
#endif
|
||||
#ifndef LOG_ITERM
|
||||
# define LOG_ITERM ENABLED
|
||||
# define LOG_ITERM DISABLED
|
||||
#endif
|
||||
#ifndef LOG_INAV
|
||||
# define LOG_INAV DISABLED
|
||||
|
Loading…
Reference in New Issue
Block a user