Index: HDDefs.h =================================================================== diff -u -ra86399451ff70a7c5982c67a0a670a7d60cde2f0 -r3c6e47624b48300a7ed119eb2f92dcef04201a69 --- HDDefs.h (.../HDDefs.h) (revision a86399451ff70a7c5982c67a0a670a7d60cde2f0) +++ HDDefs.h (.../HDDefs.h) (revision 3c6e47624b48300a7ed119eb2f92dcef04201a69) @@ -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.