Index: firmware/App/Monitors/BloodLeak.h =================================================================== diff -u -rc07917caced76b53a0ed8f35167fac6f9d8310a4 -rf4a8565c7edec12094b8a737ed7b8cd3424a9208 --- firmware/App/Monitors/BloodLeak.h (.../BloodLeak.h) (revision c07917caced76b53a0ed8f35167fac6f9d8310a4) +++ firmware/App/Monitors/BloodLeak.h (.../BloodLeak.h) (revision f4a8565c7edec12094b8a737ed7b8cd3424a9208) @@ -7,8 +7,8 @@ * * @file BloodLeak.h * -* @author (last) Dara Navaei -* @date (last) 22-Oct-2025 +* @author (last) Sean Nash +* @date (last) 12-Sep-2025 * * @author (original) Dara Navaei * @date (original) 18-Aug-2025 @@ -55,7 +55,6 @@ U32 bloodLeakTimeSinceZeroMS; ///< Blood leak detector time since last zero in milliseconds. U32 driftInRangeStatus; ///< Blood leak detector drift in range status. U32 driftUpperRangeStatus; ///< Blood leak detector drift upper range status. - U32 TEMP_REMOVE_VARIABLE; } BLOOD_LEAK_DATA_T; // ********** public function prototypes **********