Index: firmware/App/Controllers/LoadCell.h =================================================================== diff -u -ra7bf3ca23ea37a61000379facae628a31b3ecc59 -r5a882c7292cea58e74b5a28d4e85dd60e741b834 --- firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) +++ firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision 5a882c7292cea58e74b5a28d4e85dd60e741b834) @@ -22,8 +22,7 @@ /** * @defgroup LoadCells LoadCells - * @brief LoadCells monitor module. - * Monitors and filters load cell sensor readings. + * @brief LoadCells monitor module. Monitors and filters load cell sensor readings. * * @addtogroup LoadCells * @{ @@ -34,11 +33,11 @@ /// Enumeration of load cells. typedef enum LoadCells { - LOAD_CELL_A1 = 0, ///< Load cell A1. - LOAD_CELL_A2, ///< Load cell A2. - LOAD_CELL_B1, ///< Load cell B1. - LOAD_CELL_B2, ///< Load cell B2. - NUM_OF_LOAD_CELLS ///< Number of reservoirs. + LOAD_CELL_A1 = 0, ///< Load cell A1 + LOAD_CELL_A2, ///< Load cell A2 + LOAD_CELL_B1, ///< Load cell B1 + LOAD_CELL_B2, ///< Load cell B2 + NUM_OF_LOAD_CELLS ///< Number of reservoirs } LOAD_CELL_ID_T; // ********** public function prototypes ********** @@ -55,4 +54,4 @@ /**@}*/ -#endif /* APP_CONTROLLERS_LOADCELL_H_ */ +#endif