ArduPlane: Update Log_Write_Fast comment for accuracy

This commit is contained in:
TunaLobster 2020-07-06 20:56:55 -05:00 committed by Peter Barker
parent a783763f5a
commit aca70ffd34
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {