From f71826a9927467de7982cd6a800dc3b1725c0681 Mon Sep 17 00:00:00 2001 From: Henry Wurzburg Date: Fri, 30 Jun 2023 07:47:58 -0500 Subject: [PATCH] AP_Logger:correct blk rate param metadata --- libraries/AP_Logger/AP_Logger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Logger/AP_Logger.cpp b/libraries/AP_Logger/AP_Logger.cpp index 4804e1da24..02d237b6ac 100644 --- a/libraries/AP_Logger/AP_Logger.cpp +++ b/libraries/AP_Logger/AP_Logger.cpp @@ -160,7 +160,7 @@ const AP_Param::GroupInfo AP_Logger::var_info[] = { #if HAL_LOGGING_BLOCK_ENABLED // @Param: _BLK_RATEMAX // @DisplayName: Maximum logging rate for block backend - // @Description: This sets the maximum rate that streaming log messages will be logged to the mavlink backend. A value of zero means that rate limiting is disabled. + // @Description: This sets the maximum rate that streaming log messages will be logged to the block backend. A value of zero means that rate limiting is disabled. // @Units: Hz // @Range: 0 1000 // @Increment: 0.1