Index: firmware/App/Controllers/LoadCell.h =================================================================== diff -u -rdd3356035996866e5db7678d352f933fc22ad789 -rc48a99d2d1c852adcc986253b6c420a90dab7bfe --- firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision dd3356035996866e5db7678d352f933fc22ad789) +++ firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision c48a99d2d1c852adcc986253b6c420a90dab7bfe) @@ -45,10 +45,9 @@ void initLoadCell( void ); // Initialize the LoadCell module. void execLoadCell( void ); // Execute the LoadCell monitor. -DATA_ARRAY_GET_PROTOTYPE( U32, getMeasuredRawLoadCellReading, loadCellID ); -F32 getLoadCellFilteredWeight( LOAD_CELL_ID_T loadCellID ); +DATA_ARRAY_GET_PROTOTYPE( U32, getLoadCellFilteredWeight, loadCellID ); -BOOL testSetLoadCellOverride( U32 value, U32 loadCellID ); +BOOL testSetLoadCellOverride( F32 value, U32 loadCellID ); BOOL testResetLoadCellOverride( U32 loadCellID ); /**@}*/