Index: HDDefs.h =================================================================== diff -u -r265db01fb5db89443dcc79198cb30812b9d0977e -rbf627e9947f28407c70db7fcf3ccaf433185cf41 --- HDDefs.h (.../HDDefs.h) (revision 265db01fb5db89443dcc79198cb30812b9d0977e) +++ HDDefs.h (.../HDDefs.h) (revision bf627e9947f28407c70db7fcf3ccaf433185cf41) @@ -202,7 +202,7 @@ { DIALYSIS_START_STATE = 0, ///< Start state of the dialysis sub-mode state machine DIALYSIS_UF_STATE, ///< Ultrafiltration state of the dialysis sub-mode state machine - DIALYSIS_SOLUTION_INFUSION_STATE, ///< Solution infusion state of the dialysis sub-mode state machine + DIALYSIS_SALINE_BOLUS_STATE, ///< Saline bolus state of the dialysis sub-mode state machine NUM_OF_DIALYSIS_STATES ///< Number of dialysis sub-mode states }; typedef enum Dialysis_States DIALYSIS_STATE_T; ///< Type for dialysis states enumeration