Index: firmware/App/Controllers/LoadCell.c =================================================================== diff -u -ra75923f40bea362b44fc082ce8eebde7bfa97c9a -rb5e25e2bf3b87f12f9d1beedf460b5884c8816e9 --- firmware/App/Controllers/LoadCell.c (.../LoadCell.c) (revision a75923f40bea362b44fc082ce8eebde7bfa97c9a) +++ firmware/App/Controllers/LoadCell.c (.../LoadCell.c) (revision b5e25e2bf3b87f12f9d1beedf460b5884c8816e9) @@ -109,7 +109,7 @@ } } -/************************************************************************* +/*********************************************************************//** * @brief * The getLoadCellFilteredWeight function gets the measured filtered load cell \n * weight for a given load cell ID. @@ -119,7 +119,7 @@ * @param loadCellID : ID of load cell to get filtered weight for. * @return the filtered load cell weight for the given load cell ID. *************************************************************************/ -U32 getLoadCellFilteredWeight( U32 loadCellID ) +F32 getLoadCellFilteredWeight( U32 loadCellID ) { U32 result = 0;