Index: firmware/App/Controllers/BloodLeak.h =================================================================== diff -u -rc68065fe2cfcfee46eae9d8a8af68b42b662661c -r06fc887b00bc2ff2398074e7ee1a2c264b6a2809 --- firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision c68065fe2cfcfee46eae9d8a8af68b42b662661c) +++ firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 06fc887b00bc2ff2398074e7ee1a2c264b6a2809) @@ -47,6 +47,7 @@ U32 bloodLeakStatus; ///< Blood leak detector status U32 bloodLeakState; ///< Blood leak detector state U32 bloodLeakPersistentCounter; ///< Blood leak detector persistent counter + U32 bloodLeakSerialCommState; ///< Blood leak detector serial communication state } BLOOD_LEAK_DATA_T; // ********** public function prototypes **********