Index: firmware/App/Services/TDInterface.c =================================================================== diff -u -r799f26bec11423fa4894a8e01ebc50bf0e5f4a32 -r322747d530c1b8205be257557e53dcfe9caad50a --- firmware/App/Services/TDInterface.c (.../TDInterface.c) (revision 799f26bec11423fa4894a8e01ebc50bf0e5f4a32) +++ firmware/App/Services/TDInterface.c (.../TDInterface.c) (revision 322747d530c1b8205be257557e53dcfe9caad50a) @@ -15,6 +15,7 @@ * ***************************************************************************/ +#include "DialysatePumps.h" #include "Messaging.h" #include "MessagePayloads.h" #include "ModeGenDialysate.h" @@ -66,7 +67,7 @@ // Initialize unit variables tdCurrentOpMode = MODE_INIT; tdSubMode = 0; - tdDialysateFlowrate = MAX_DIALYSIS_FLOW_RATE; // Will update later based on the TD value + tdDialysateFlowrate = MAX_DIALYSATE_FLOW_RATE; // Will update later based on the TD value tdUFRate = 0.0F; tdTargetDialysateTemp = 0.0F; tdDialyzerBypass = FALSE; @@ -376,7 +377,7 @@ setTDDialyzerBypass( startTxRequest.bypassDialyzer ); // Signal to update treatement parameters - setTreatementParamUpdate(); + setTreatmentParamUpdate(); } result = TRUE;