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 2e535d4f3e..7944efd109 100644
--- a/include/peripheral_charger.h
+++ b/include/peripheral_charger.h
@@ -151,6 +151,8 @@ struct pchg {
uint32_t dropped_event_count;
/* enum pchg_mode */
uint8_t mode;
+ /* FW version */
+ uint32_t fw_version;
};
/**