Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -reae45041f95798b1b8798e1271ccddd8c6268bdf -r2c85a6499b030fa3021cd5d8567af9dbc01bf552 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision eae45041f95798b1b8798e1271ccddd8c6268bdf) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 2c85a6499b030fa3021cd5d8567af9dbc01bf552) @@ -455,13 +455,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;