Browse Source

ArduCopter: disable ITERM logging by default

This message takes 1ms to write and we are running over our limits on
some loops.
mission-4.1.18
Randy Mackay 12 years ago committed by Andrew Tridgell
parent
commit
12f885c33c
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

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