summaryrefslogtreecommitdiff
path: root/include/peripheral_charger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/peripheral_charger.h')
-rw-r--r--include/peripheral_charger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/peripheral_charger.h b/include/peripheral_charger.h
index 1f7b3236f7..2ede2c6f2c 100644
--- a/include/peripheral_charger.h
+++ b/include/peripheral_charger.h
@@ -109,6 +109,8 @@ struct pchg_config {
const int i2c_port;
/* GPIO pin used for IRQ */
const enum gpio_signal irq_pin;
+ /* Full battery percentage */
+ const uint8_t full_percent;
};
/**