Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r510c62da033207630341774dd097ac7efef862fb -r0e599e877b5fe7f69ba6ca8fc0a219e6e7eb5bcd --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 510c62da033207630341774dd097ac7efef862fb) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 0e599e877b5fe7f69ba6ca8fc0a219e6e7eb5bcd) @@ -84,6 +84,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). @@ -888,7 +889,6 @@ } } } - // Check for occlusion in Treatment modes where pumps are moving else if ( MODE_TREA == getCurrentOperationMode() ) {