Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -raa8b9687b9396b4878cf0d5327d72a5d67477761 -rd47a7266da716ae65dd414b50002d72cb38f63fb --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision aa8b9687b9396b4878cf0d5327d72a5d67477761) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision d47a7266da716ae65dd414b50002d72cb38f63fb) @@ -74,6 +74,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). @@ -637,7 +638,6 @@ } } } - // Check for occlusion in Treatment modes where pumps are moving else if ( MODE_TREA == getCurrentOperationMode() ) {