Index: firmware/App/Controllers/AirTrap.c =================================================================== diff -u -r7f3bf72c038de385e8a0d743990069c039e13ba0 -r6ce3614af20c9f80e259f030d75c106266a4e32b --- firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 7f3bf72c038de385e8a0d743990069c039e13ba0) +++ firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 6ce3614af20c9f80e259f030d75c106266a4e32b) @@ -82,7 +82,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.