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.