Index: firmware/App/Controllers/BloodLeak.h =================================================================== diff -u -r7e590c10900e46008d6fd4f1c98d85b368ae0fa7 -rfcfcd7619185b71aa2163c3e22e4b7bff730041c --- firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 7e590c10900e46008d6fd4f1c98d85b368ae0fa7) +++ firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision fcfcd7619185b71aa2163c3e22e4b7bff730041c) @@ -50,7 +50,7 @@ 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. + F32 bloodLeakIntensityMovingAvg; ///< Blood leak detector intensity moving average. } BLOOD_LEAK_DATA_T; // ********** public function prototypes **********