Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -re8569d5263c1ab8142f7671f31c16043f80b79cb -rceebe701c56e6ac41e93d399fdd9d2beebbf711c --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision e8569d5263c1ab8142f7671f31c16043f80b79cb) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision ceebe701c56e6ac41e93d399fdd9d2beebbf711c) @@ -85,6 +85,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). @@ -926,7 +927,6 @@ } } } - // Check for occlusion in Treatment modes where pumps are moving else if ( MODE_TREA == getCurrentOperationMode() ) { Index: firmware/App/HDCommon.h =================================================================== diff -u -rfa5cd65f7337ccaa37c2401f11f35a43e0a13bff -rceebe701c56e6ac41e93d399fdd9d2beebbf711c --- firmware/App/HDCommon.h (.../HDCommon.h) (revision fa5cd65f7337ccaa37c2401f11f35a43e0a13bff) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision ceebe701c56e6ac41e93d399fdd9d2beebbf711c) @@ -10,8 +10,8 @@ * @author (last) Sean Nash * @date (last) 24-Aug-2023 * -* @author (original) Sean -* @date (original) 27-Feb-2020 +* @author (original) Sean +* @date (original) 27-Feb-2020 * ***************************************************************************/ @@ -25,8 +25,9 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 6 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 242 +#define HD_VERSION_BUILD 730 + // ********** development build switches ********** #ifndef _RELEASE_