Skip to content

Commit

Permalink
Corrected the log format
Browse files Browse the repository at this point in the history
  • Loading branch information
bijuthaj committed Jan 9, 2025
1 parent 2586194 commit a0b9443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rover/AP_Quicktune_Rover.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,8 @@ float AP_Quicktune_Rover::get_slew_rate(const char* axis) const
void AP_Quicktune_Rover::Write_RTUN(float gain, const char* param)
{
#if HAL_LOGGING_ENABLED
float srate = get_slew_rate(get_current_axis());
AP::logger().WriteStreaming("RTUN","TimeUS, SRate,Gain,Param", "QffN",
float srate = get_slew_rate(get_current_axis())
AP::logger().WriteStreaming("RTUN","TimeUS, SRate,Gain,Param", "QffZ",
AP_HAL::micros64(),
srate,
gain,
Expand Down

0 comments on commit a0b9443

Please sign in to comment.