Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -r9c310aee18d85fe28b2f096cd3d61bd8df17937f -r8a4182663ef6b12e3fd6414c0c14158943cd4ce1 --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 9c310aee18d85fe28b2f096cd3d61bd8df17937f) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 8a4182663ef6b12e3fd6414c0c14158943cd4ce1) @@ -446,20 +446,7 @@ { BOOL result = FALSE; - F32 loadcellWeight = 0.0; - - // TODO remove this code once the load cell is repaired - if ( DG_RESERVOIR_1 == reservoirId ) - { - loadcellWeight = getLoadCellSmallFilteredWeight( LOAD_CELL_RESERVOIR_1_BACKUP ); - } - else - { - loadcellWeight = getLoadCellSmallFilteredWeight( associatedLoadCell[ reservoirId ] ); - } - // TODO remove the above code the load cell is repaired - - //F32 const loadcellWeight = getLoadCellSmallFilteredWeight( associatedLoadCell[ reservoirId ] ); + F32 const loadcellWeight = getLoadCellSmallFilteredWeight( associatedLoadCell[ reservoirId ] ); U32 const targetDrainVolume = getReservoirDrainVolumeTargetMl(); if ( loadcellWeight < reservoirLowestWeight[ reservoirId ] )