Index: firmware/App/Controllers/AirTrap.c =================================================================== diff -u -r1b83a4555c4040a45cecfbea45b6570812ab281e -r80a7440462a8f87ee11ed62371baba2d87bb6d89 --- firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 1b83a4555c4040a45cecfbea45b6570812ab281e) +++ firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 80a7440462a8f87ee11ed62371baba2d87bb6d89) @@ -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.