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