Index: firmware/App/Controllers/BloodLeak.h =================================================================== diff -u -r130d76b56808975e8ba467a483bdb3a2e9899691 -r76ebc6173535da98c4221536fdfcaad56ddd07b4 --- firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 130d76b56808975e8ba467a483bdb3a2e9899691) +++ firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 76ebc6173535da98c4221536fdfcaad56ddd07b4) @@ -44,9 +44,10 @@ /// Blood leak detector data publish typedef struct { - U32 bloodLeakStatus; ///< Blood leak detector status - U32 bloodLeakState; ///< Blood leak detector state - U32 bloodLeakPersistentCounter; ///< Blood leak detector persistent counter + 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 **********