AP_Logger:correct blk rate param metadata

This commit is contained in:
Henry Wurzburg 2023-06-30 07:47:58 -05:00 committed by Peter Hall
parent 5fa8b887a2
commit f71826a992
1 changed files with 1 additions and 1 deletions

View File

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