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 b3d19edc52..a53fbb9104 100644
--- a/include/peripheral_charger.h
+++ b/include/peripheral_charger.h
@@ -138,6 +138,8 @@ struct pchg {
uint32_t error;
/* Battery percentage (0% ~ 100%) of the connected peripheral device */
uint8_t battery_percent;
+ /* Number of dropped events (due to queue overflow) */
+ uint32_t dropped_event_count;
};
/**