Index: firmware/App/Controllers/LoadCell.h =================================================================== diff -u -ra75923f40bea362b44fc082ce8eebde7bfa97c9a -rb5e25e2bf3b87f12f9d1beedf460b5884c8816e9 --- firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision a75923f40bea362b44fc082ce8eebde7bfa97c9a) +++ firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision b5e25e2bf3b87f12f9d1beedf460b5884c8816e9) @@ -45,7 +45,7 @@ void initLoadCell( void ); // Initialize the LoadCell module. void execLoadCell( void ); // Execute the LoadCell monitor. -U32 getLoadCellFilteredWeight( U32 loadCellID ); +F32 getLoadCellFilteredWeight( U32 loadCellID ); BOOL testSetLoadCellOverride( F32 value, U32 loadCellID ); BOOL testResetLoadCellOverride( U32 loadCellID );