Index: firmware/App/Controllers/AirTrap.c =================================================================== diff -u -rb308da77ce28d026457a1dc5728f5a625db7e43c -r027e4f8978bc86e9ce510ec317b38577eb941be1 --- firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision b308da77ce28d026457a1dc5728f5a625db7e43c) +++ firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 027e4f8978bc86e9ce510ec317b38577eb941be1) @@ -77,7 +77,7 @@ static U32 fillStartTime = 0; ///< Time stamp for start of air trap fill. static U32 airPumpOnDelayStartTime = 0; ///< Air pump On start time. static U32 stopAirPumpStartTime = 0; ///< Stop air pump start time. -// Air pump on delay after fill adjustment +/// Air pump on delay after fill adjustment static const U32 AIR_PUMP_ON_DELAY_ADJUST_AFTER_FILL = ( AIR_PUMP_ON_DELAY_TIME_MS - ( 1 * MS_PER_SECOND ) ); static BOOL airTrapValveOpenAtStartOfTreatement = FALSE; ///< To Keep the fluid level high close to Air trap upper level during start of treatment