mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Better CTUN Logging
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1892 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
e5723a20b6
commit
f54f75140e
@ -230,6 +230,7 @@ boolean motor_auto_safe;
|
||||
int max_stabilize_dampener; //
|
||||
int max_yaw_dampener; //
|
||||
boolean rate_yaw_flag; // used to transition yaw control from Rate control to Yaw hold
|
||||
byte yaw_debug;
|
||||
|
||||
// LED output
|
||||
// ----------
|
||||
@ -1169,4 +1170,5 @@ adjust_altitude()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user