Index: firmware/App/Controllers/BloodLeak.h =================================================================== diff -u -r20d0c02f453b6dae1884fb1b5ba542053852ffc1 -r7e590c10900e46008d6fd4f1c98d85b368ae0fa7 --- firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 20d0c02f453b6dae1884fb1b5ba542053852ffc1) +++ firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 7e590c10900e46008d6fd4f1c98d85b368ae0fa7) @@ -48,6 +48,9 @@ U32 bloodLeakState; ///< Blood leak detector state. U32 bloodLeakPersistentCounter; ///< Blood leak detector persistent counter. U32 bloodLeakSerialCommState; ///< Blood leak detector serial communication state. + U32 bloodLeakIntensity; ///< Blood leak detector intensity. + U32 bloodLeakDetect; ///< Blood leak detector detect. + U32 bloodLeakIntensityMovingAvg; ///< Blood leak detector intensity moving average. } BLOOD_LEAK_DATA_T; // ********** public function prototypes **********