Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -rc6d5d68d17be715124d26f58420f06bf95c77a09 -r2b05010319546ccc087214b4040c5f05283ce23d --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision c6d5d68d17be715124d26f58420f06bf95c77a09) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 2b05010319546ccc087214b4040c5f05283ce23d) @@ -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 ( 10 * 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.