Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r6616dec37c027bf93834155f06271d8eecdc0cf2 -r0bbdaa97de95dfcf090fae08bc88f2250e0e0c48 --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 6616dec37c027bf93834155f06271d8eecdc0cf2) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 0bbdaa97de95dfcf090fae08bc88f2250e0e0c48) @@ -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.