Index: firmware/App/Controllers/LoadCell.c =================================================================== diff -u -r965eb10d9407c25e8cf334623ad45e126cecee97 -r85b81717a743d9a805d249dbb10f58253410f00c --- firmware/App/Controllers/LoadCell.c (.../LoadCell.c) (revision 965eb10d9407c25e8cf334623ad45e126cecee97) +++ firmware/App/Controllers/LoadCell.c (.../LoadCell.c) (revision 85b81717a743d9a805d249dbb10f58253410f00c) @@ -82,7 +82,7 @@ static U32 smallReadingsIdx; ///< Index for next sample in load cell small rolling average sample array. static U32 largeReadingsIdx; ///< Index for next sample in load cell large rolling average sample array. static DG_LOAD_CELLS_CAL_RECORD_T loadCellsCalRecord; ///< Load cells calibration record. -static BOOL hasLoadCellBeenTared[ NUM_OF_DG_RESERVOIRS ]; ///< Flags indicating whether loadcells have been tared yet. +static BOOL hasLoadCellBeenTared[ NUM_OF_LOAD_CELLS ]; ///< Flags indicating whether loadcells have been tared yet. // ********** private function prototypes **********