Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -re288ab9857122bfcc9e9fe4f83d0a4f5e67231a3 -r1949c8bc59aab6710c6ead6876598eb929d698d5 --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision e288ab9857122bfcc9e9fe4f83d0a4f5e67231a3) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 1949c8bc59aab6710c6ead6876598eb929d698d5) @@ -81,6 +81,7 @@ #define PSI_TO_MMHG ( 51.7149F ) ///< Conversion factor for converting PSI to mmHg. +// The new arterial pressure sensor is the same as the venous pressure sensor #define VENOUS_PRESSURE_NORMAL_OP 0 ///< Venous pressure status bits indicate normal operation. #define VENOUS_PRESSURE_CMD_MODE 1 ///< Venous pressure status bits indicate sensor in command mode. #define VENOUS_PRESSURE_STALE_DATA 2 ///< Venous pressure status bits indicate data is stale (no new data since last fpga read). @@ -829,7 +830,6 @@ } } } - // Check for occlusion in Treatment modes where pumps are moving else if ( MODE_TREA == getCurrentOperationMode() ) {