From f25a1e7a0d53586873d0bacb510de1289d311e36 Mon Sep 17 00:00:00 2001 From: Mark Whitehorn Date: Sun, 20 Sep 2020 10:35:38 -0600 Subject: [PATCH] AP_Logger: fix description of BAT.Res --- libraries/AP_Logger/LogStructure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Logger/LogStructure.h b/libraries/AP_Logger/LogStructure.h index 8abe65f824..f9cf584c56 100644 --- a/libraries/AP_Logger/LogStructure.h +++ b/libraries/AP_Logger/LogStructure.h @@ -1448,7 +1448,7 @@ struct PACKED log_PSC { // @Field: CurrTot: current * time // @Field: EnrgTot: energy this battery has produced // @Field: Temp: measured temperature -// @Field: Res: estimated temperature resistance +// @Field: Res: estimated battery resistance // @LoggerMessage: BCL // @Description: Battery cell voltage information