Index: DDDefs.h =================================================================== diff -u -r6e98f4ef15d782d3353cce39580ad7f371d30edf -r33d21a82caa07ab8e0c0e428cab35a38420d0303 --- DDDefs.h (.../DDDefs.h) (revision 6e98f4ef15d782d3353cce39580ad7f371d30edf) +++ DDDefs.h (.../DDDefs.h) (revision 33d21a82caa07ab8e0c0e428cab35a38420d0303) @@ -294,12 +294,12 @@ /// Enumeration of available DD commands. enum DD_Command { - DD_CMD_NONE = 0, ///< Not a command - DD_CMD_START_FLUSH, ///< Command to request DD to start flush - DD_CMD_START_HEAT_DISINFECT_ACTIVE_COOL, ///< Command to request DD to start heat disinfect with active cool - NUM_OF_DD_COMMANDS ///< Number of DD commands + DD_CMD_NONE = 0, ///< Not a command + DD_CMD_START_FLUSH, ///< Command to request DD to start flush + DD_CMD_START_HEAT_DISINFECT_ACTIVE_COOL, ///< Command to request DD to start heat disinfect with active cool + NUM_OF_DD_COMMANDS ///< Number of DD commands }; -typedef enum DD_Command DD_COMMAND_T; ///< Type for DD commands enumeration +typedef enum DD_Command DD_COMMAND_T; ///< Type for DD commands enumeration /// Enumeration of general commands to DD sub-system. enum DD_General_Commands