mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: Update Log_Write_Fast comment for accuracy
This commit is contained in:
parent
a783763f5a
commit
aca70ffd34
|
@ -52,7 +52,7 @@ void Plane::Log_Write_Attitude(void)
|
|||
logger.Write_POS();
|
||||
}
|
||||
|
||||
// do logging at loop rate
|
||||
// do fast logging for plane
|
||||
void Plane::Log_Write_Fast(void)
|
||||
{
|
||||
if (should_log(MASK_LOG_ATTITUDE_FAST)) {
|
||||
|
|
Loading…
Reference in New Issue