Index: HDDefs.h =================================================================== diff -u -r56402afe56a74fe27f40abe9531b309d13722c91 -r08462943e8307694b012a06a879d2bfa32429ac1 --- HDDefs.h (.../HDDefs.h) (revision 56402afe56a74fe27f40abe9531b309d13722c91) +++ HDDefs.h (.../HDDefs.h) (revision 08462943e8307694b012a06a879d2bfa32429ac1) @@ -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;