made CTUN require armed motors to lessen the size of the logs.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3281 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
dd392f8c0a
commit
5ba7fce665
@ -722,7 +722,7 @@ static void medium_loop()
|
||||
if (g.log_bitmask & MASK_LOG_ATTITUDE_MED)
|
||||
Log_Write_Attitude();
|
||||
|
||||
if (g.log_bitmask & MASK_LOG_CTUN)
|
||||
if (g.log_bitmask & MASK_LOG_CTUN && motor_armed)
|
||||
Log_Write_Control_Tuning();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user