Index: firmware/App/Services/TDInterface.h =================================================================== diff -u -rbce6e6d1cfb6e8a0b186419416460ead3a44e5e1 -r313982ccc772f1bbe182877dff7e00381b04e0f4 --- firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision bce6e6d1cfb6e8a0b186419416460ead3a44e5e1) +++ firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision 313982ccc772f1bbe182877dff7e00381b04e0f4) @@ -33,8 +33,9 @@ // ********** public definitions ********** +#define MIN_DIALYSIS_FLOW_RATE ( 100.0F ) ///< TD minimum dialysis flow rate +#define MAX_DIALYSIS_FLOW_RATE ( 600.0F ) ///< TD Max dialysis flow rate - // ********** public function prototypes ********** void initTDInterface( void );