Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -r1275f9e92eb1ab0cd1b321c0c8eb940524e22117 -r909d4064e98d5684ee139534f0ac6cbc5f8774d5 --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 1275f9e92eb1ab0cd1b321c0c8eb940524e22117) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 909d4064e98d5684ee139534f0ac6cbc5f8774d5) @@ -98,9 +98,9 @@ #pragma pack(pop) /// Maximum time in this mode before blood sitting alarm given (in general task intervals). -#define MAX_TIME_BLOOD_SITTING ( ( 5 * SEC_PER_MIN * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ) +#define MAX_TIME_BLOOD_SITTING ( ( 5 * SEC_PER_MIN * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ) // Replace with Maximum Blood Pump Allowable Stop Time institutional setting when implemented /// Maximum time in this mode before blood sitting warning given (in general task intervals). -#define WARN_TIME_BLOOD_SITTING ( ( 4 * SEC_PER_MIN * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ) +#define WARN_TIME_BLOOD_SITTING ( ( 4 * SEC_PER_MIN * MS_PER_SECOND ) / TASK_GENERAL_INTERVAL ) // Replace with Maximum Blood Pump Allowable Stop Time institutional setting when implemented // ********** public function prototypes **********