Index: firmware/App/Controllers/AirTrap.c =================================================================== diff -u -r25aeff9e9994d2e7aab3b4e6171c56fdac6a01fe -r6c933adfd50a0bc041dc29f4bfa15de5e9f4843a --- firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 25aeff9e9994d2e7aab3b4e6171c56fdac6a01fe) +++ firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 6c933adfd50a0bc041dc29f4bfa15de5e9f4843a) @@ -8,7 +8,7 @@ * @file AirTrap.c * * @author (last) Varshini Nagabooshanam -* @date (last) 18-Jun-2026 +* @date (last) 24-Jun-2026 * * @author (original) Sean Nash * @date (original) 24-Oct-2024 @@ -85,7 +85,7 @@ static OVERRIDE_F32_T airTrapAirPumpRaisePowerLevel; ///< Air pump power level to use when raising the air trap blood level. static OVERRIDE_F32_T airTrapAirPumpLowerPowerLevel; ///< Air pump power level to use when lowering the air trap blood level. -static BOOL pendingStartAirTrapController; ///< Flag indicates an air trap controller start request is pending. +static BOOL pendingStartAirTrapController; ///< Indicates an air trap controller start request is pending. static BOOL pendingStopAirTrapController; ///< Flag indicates an air trap controller stop request is pending. static U32 airTrapFillStartTime; ///< Air trap fill (raise level) operation start time.