Skip to content

Commit

Permalink
ArduPlane: Update Log_Write_Fast comment for accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
TunaLobster authored and peterbarker committed Jul 11, 2020
1 parent a783763 commit aca70ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduPlane/Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit aca70ff

Please sign in to comment.