Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r6811f0251b0fa7d27c3e6d5eb16ade2bc88a3204 -r174c9ba02da6790f01ea9141ab1cc1d28388f2f8 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 6811f0251b0fa7d27c3e6d5eb16ade2bc88a3204) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 174c9ba02da6790f01ea9141ab1cc1d28388f2f8) @@ -452,13 +452,13 @@ /*********************************************************************//** * @brief - * The getLoadCellWeightInGrams function gets the load cell weight. + * The getLoadCellWeight function gets the current load cell weight. * @details Inputs: loadCellWeightInGrams * @details Outputs: none * @param loadCellID ID of load cell to get * @return the current load cell weight in grams *************************************************************************/ -F32 getLoadCellWeightInGrams( LOAD_CELL_ID_T loadCellID ) +F32 getLoadCellWeight( LOAD_CELL_ID_T loadCellID ) { F32 result = 0.0;