Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -r7498c77e7f99c2d3854df69f1999244de066a504 -rdc8530d1b15e4b1199cacf0284dbe8f7802e9dde --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 7498c77e7f99c2d3854df69f1999244de066a504) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision dc8530d1b15e4b1199cacf0284dbe8f7802e9dde) @@ -40,10 +40,6 @@ #define DIA_FLOW_TO_FILL_FLOW_FIRST_ORDER_COEFF 7.5F ///< Dialysate flow rate to fill flow rate first order coefficient. #define DIA_FLOW_TO_FILL_FLOW_CONSTANT 2.0F ///< Dialysate flow rate to fill flow rate constant. -#define DIA_FLOW_TO_FILL_FLOW_SECOND_ORDER_COEFF 10.0 ///< Dialysate flow rate to fill flow rate second order coefficient. -#define DIA_FLOW_TO_FILL_FLOW_FIRST_ORDER_COEFF 7.5 ///< Dialysate flow rate to fill flow rate first order coefficient. -#define DIA_FLOW_TO_FILL_FLOW_CONSTANT 2.0 ///< Dialysate flow rate to fill flow rate constant. - // ********** private data ********** /// States of the treatment reservoir management state machine.