Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -rb91f035a7268b2aa22ad50cf1081aad4b2f5c5e9 -rab9ef60d5005db2a8e32353ee6c9bc7d743808aa --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision b91f035a7268b2aa22ad50cf1081aad4b2f5c5e9) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision ab9ef60d5005db2a8e32353ee6c9bc7d743808aa) @@ -8,7 +8,7 @@ * @file PresOccl.c * * @author (last) Sean Nash -* @date (last) 20-Jul-2023 +* @date (last) 18-Jul-2023 * * @author (original) Sean * @date (original) 15-Jan-2020 @@ -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). @@ -881,7 +882,6 @@ } } } - // Check for occlusion in Treatment modes where pumps are moving else if ( MODE_TREA == getCurrentOperationMode() ) {