Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -rf284ba9abf19a9bdc01e56805875125778d14229 -r1df12a6f368c6de53098486dbee1ed40385f9d44 --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision f284ba9abf19a9bdc01e56805875125778d14229) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 1df12a6f368c6de53098486dbee1ed40385f9d44) @@ -90,6 +90,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). @@ -1005,7 +1006,6 @@ } } } - // Check for occlusion in Treatment modes where pumps are moving else if ( MODE_TREA == hdMode ) { Index: firmware/App/HDCommon.h =================================================================== diff -u -rfde332b5d1c1d4590c472bb4f83980d0e8208b5a -r1df12a6f368c6de53098486dbee1ed40385f9d44 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision fde332b5d1c1d4590c472bb4f83980d0e8208b5a) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 1df12a6f368c6de53098486dbee1ed40385f9d44) @@ -10,8 +10,8 @@ * @author (last) Dara Navaei * @date (last) 02-Feb-2024 * -* @author (original) Sean -* @date (original) 27-Feb-2020 +* @author (original) Sean +* @date (original) 27-Feb-2020 * ***************************************************************************/ @@ -25,7 +25,7 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 9 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 311 +#define HD_VERSION_BUILD 829 // ********** development build switches **********