Browse Source

AC_Autorotation: mark logger Write() calls as streaming where appropriate

gps-1.3.1
Andrew Tridgell 4 years ago committed by Peter Barker
parent
commit
8acc093d1a
  1. 2
      libraries/AC_Autorotation/AC_Autorotation.cpp

2
libraries/AC_Autorotation/AC_Autorotation.cpp

@ -268,7 +268,7 @@ void AC_Autorotation::Log_Write_Autorotation(void) const @@ -268,7 +268,7 @@ void AC_Autorotation::Log_Write_Autorotation(void) const
// @Field: PitT: pitch target
//Write to data flash log
AP::logger().Write("AROT",
AP::logger().WriteStreaming("AROT",
"TimeUS,P,hserr,ColOut,FFCol,CRPM,SpdF,CmdV,p,ff,AccO,AccT,PitT",
"Qffffffffffff",
AP_HAL::micros64(),

Loading…
Cancel
Save