Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -rd28cdffb032dfdf32f2555b85c2d1fc0940af498 -rc6d5d68d17be715124d26f58420f06bf95c77a09 --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision d28cdffb032dfdf32f2555b85c2d1fc0940af498) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision c6d5d68d17be715124d26f58420f06bf95c77a09) @@ -43,7 +43,7 @@ #define PRES_OCCL_DATA_PUB_INTERVAL ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ) ///< Interval (ms/task time) at which the pressure/occlusion data is published on the CAN bus. #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 ( 5 * MS_PER_SECOND ) ///< Duration of pressure limit short 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 ( 30 * SEC_PER_MIN * MS_PER_SECOND ) ///< Duration of pressure limit re-stabilize period (in ms). #define ARTERIAL_PRESSURE_CONVERSION_OFFSET 0x800000 ///< Arterial pressure conversion coefficient.