Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -r854f6cd4152f99523debe37d3e7691d08141280a -r2c8547abb99803d8e09918db0e4c66d45c9a15ad --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 854f6cd4152f99523debe37d3e7691d08141280a) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 2c8547abb99803d8e09918db0e4c66d45c9a15ad) @@ -69,6 +69,7 @@ { S32 artPresLimitWindowmmHg; S32 venPresLimitWindowmmHg; + S32 venPresLimitAsymmetricmmHg; } PRESSURE_LIMIT_CHANGE_REQUEST_T; /// Payload record structure for the in-line pressure limits change response. @@ -78,6 +79,7 @@ U32 rejReasonCode; S32 artPresLimitWindowmmHg; S32 venPresLimitWindowmmHg; + S32 venPresLimitAsymmetricmmHg; } PRESSURE_LIMIT_CHANGE_RESPONSE_T; /// Payload record structure for the treatment log 30 minutes periodic data.