Index: firmware/App/Controllers/LoadCell.h =================================================================== diff -u -r6499ea25921fcf67826fa0c35bb03caf411ba542 -rdcca963aa54aeae4f1f5a3995ce63066156eb517 --- firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision 6499ea25921fcf67826fa0c35bb03caf411ba542) +++ firmware/App/Controllers/LoadCell.h (.../LoadCell.h) (revision dcca963aa54aeae4f1f5a3995ce63066156eb517) @@ -48,7 +48,10 @@ BOOL testResetLoadCellOverride( U32 loadCellID, BOOL raw ); BOOL testSetLoadCellDataPublishIntervalOverride( U32 value ); BOOL testResetLoadCellDataPublishIntervalOverride( void ); +void getLoadCellsTareValues( U08* bufferAddress ); +void setLoadCellsTareValues( U08* bufferAddress ); + /**@}*/ #endif