Index: DGDefs.h =================================================================== diff -u -r1cb57c4e5daf9a33151682e4e1f6a582fd3c5888 -r386455fd48135203d13d7e99a31b9eda01655b89 --- DGDefs.h (.../DGDefs.h) (revision 1cb57c4e5daf9a33151682e4e1f6a582fd3c5888) +++ DGDefs.h (.../DGDefs.h) (revision 386455fd48135203d13d7e99a31b9eda01655b89) @@ -308,14 +308,14 @@ */ /// Enumeration of DG load cell sensors. -/*typedef enum Load_Cells +typedef enum Load_Cells { LOAD_CELL_RESERVOIR_1_PRIMARY = 0, ///< Primary load cell for reservoir 1. LOAD_CELL_RESERVOIR_1_BACKUP, ///< Backup load cell for reservoir 1. LOAD_CELL_RESERVOIR_2_PRIMARY, ///< Primary load cell for reservoir 2. LOAD_CELL_RESERVOIR_2_BACKUP, ///< Backup load cell for reservoir 2. NUM_OF_LOAD_CELLS ///< Number of load cell sensors. -} LOAD_CELL_ID_T;*/ +} LOAD_CELL_ID_T; /**@}*/