From c9ff6d66a4136924d75419931195d6dec2336f8a Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Tue, 3 Aug 2021 11:49:48 +0900 Subject: [PATCH] Fix description on device_battery_property_e Change-Id: Iae6f04133632967e7412b9cbc6fa12f6730d2b76 Signed-off-by: Hyotaek Shim --- include/battery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/battery.h b/include/battery.h index 9f81d38..44961bd 100644 --- a/include/battery.h +++ b/include/battery.h @@ -75,7 +75,7 @@ typedef enum { /** * @brief Enumeration for battery property information. * @since_tizen 3.0 - * @remarks If fuel gauge hardware does not provide average current or average voltage, + * @remarks If the fuel gauge hardware does not provide average current or average voltage, CURRENT_AVERAGE/VOLTAGE_AVERAGE can be substituted by CURRENT_NOW/VOLTAGE_NOW, respectively. */ typedef enum { -- 2.7.4