diff src/cs/drivers/drv_app/fchg/fchg_struct.h @ 331:8166b0afcf8c

FCHG: main ADC process implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 14 Dec 2017 16:22:30 +0000
parents c4077830aeeb
children 8a90038c0173
line wrap: on
line diff
--- a/src/cs/drivers/drv_app/fchg/fchg_struct.h	Thu Dec 14 04:10:30 2017 +0000
+++ b/src/cs/drivers/drv_app/fchg/fchg_struct.h	Thu Dec 14 16:22:30 2017 +0000
@@ -43,6 +43,8 @@
 	enum fchg_state		state;
 	UINT16			batt_mv;
 	T_PWR_PERCENT		curr_percent;
+	/* valid only during a charging cycle */
+	UINT16			i2v_offset;
 } T_PWR_CTRL_BLOCK;
 
 #endif	/* include guard */