Index: firmware/App/Controllers/AirTrap.c =================================================================== diff -u -r747c714d2b4f80b598a66326d62a179aeefda390 -rdd18920c6a8890cc3449128b8480aa33eb0955ec --- firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 747c714d2b4f80b598a66326d62a179aeefda390) +++ firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision dd18920c6a8890cc3449128b8480aa33eb0955ec) @@ -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 Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r747c714d2b4f80b598a66326d62a179aeefda390 -rdd18920c6a8890cc3449128b8480aa33eb0955ec --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 747c714d2b4f80b598a66326d62a179aeefda390) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision dd18920c6a8890cc3449128b8480aa33eb0955ec) @@ -46,7 +46,7 @@ #define PRES_LIMIT_STABILIZATION_TIME_MS ( 60 * MS_PER_SECOND ) ///< Duration of pressure limit stabilization period (in ms). #define PRES_LIMIT_SHORT_STABILIZE_TIME_MS ( 10 * MS_PER_SECOND ) ///< Duration of pressure limit short stabilization period (in ms). #define PRES_LIMIT_RESTABILIZE_TIME_MS ( 15 * SEC_PER_MIN * MS_PER_SECOND ) ///< Duration of pressure limit re-stabilize period (in ms). -// Pressure Limit minimum stabilization time before short stabilization time activation +/// Pressure Limit minimum stabilization time before short stabilization time activation static const U32 PRES_LIMIT_MIN_STABILIZATION_TIME_IN_MS = ( PRES_LIMIT_STABILIZATION_TIME_MS - PRES_LIMIT_SHORT_STABILIZE_TIME_MS ); #define ARTERIAL_PRESSURE_CONVERSION_OFFSET 0x800000 ///< Arterial pressure conversion coefficient.