Index: HDDefs.h =================================================================== diff -u -rf92b560d3d8497845420984b81d022056b4c2bd9 -r4baa2b15e3b070310f9edeafc3c733d228963812 --- HDDefs.h (.../HDDefs.h) (revision f92b560d3d8497845420984b81d022056b4c2bd9) +++ HDDefs.h (.../HDDefs.h) (revision 4baa2b15e3b070310f9edeafc3c733d228963812) @@ -371,8 +371,8 @@ /// Enumeration of saline bolus command parameters. enum Saline_Commands { - SALINE_CMD_STOP = 0, ///< Start saline bolus command - SALINE_CMD_START, ///< Stop saline bolus command + SALINE_CMD_STOP = 0, ///< Stop saline bolus command + SALINE_CMD_START, ///< Start saline bolus command NUM_OF_SALINE_CMDS ///< Number of saline bolus command parameters }; typedef enum Saline_Commands SALINE_CMD_T; ///< Type for saline command enum.