Index: firmware/App/Modes/ModeGenDialysate.h =================================================================== diff -u -r6d4aa77e6b85aa7621a234660f631e725fb1d441 -r483f590a4df53ef44c3d9a5ea13b7e890487f2fd --- firmware/App/Modes/ModeGenDialysate.h (.../ModeGenDialysate.h) (revision 6d4aa77e6b85aa7621a234660f631e725fb1d441) +++ firmware/App/Modes/ModeGenDialysate.h (.../ModeGenDialysate.h) (revision 483f590a4df53ef44c3d9a5ea13b7e890487f2fd) @@ -37,15 +37,6 @@ #define DIAL_PUMP_DRAIN_RPM 1000 ///< Nominal RPM target for dialysate pump to drain the dry bicart. #define SPENT_DIAL_PUMP_FILL_RPM 200 ///< Nominal RPM target for spent chamber fill operations. -/// Generate dialysate mode data structure -typedef struct -{ - U32 genDialysateExecState; ///< Generate dialysate execution state - BOOL isDialDelInProgress; ///< Whether Dialysate Delivery in progress or not - BOOL isDialysateGoodtoDeliver; ///< Ready to deliver dialysate or not - F32 currentQd; ///< Current dialysate flow rate (ml/min) -} GEN_DIALYSATE_MODE_DATA_T; - // ********** public function prototypes ********** void initGenDialysateMode( void ); // Initialize this gen dialysate mode unit