Index: firmware/App/Services/Reservoirs.h =================================================================== diff -u -ref85c4f5bd363adfd405faf3b91910363d8030f1 -r021e6ea5f99fd6da424d8ab81d6a106f2cb41294 --- firmware/App/Services/Reservoirs.h (.../Reservoirs.h) (revision ef85c4f5bd363adfd405faf3b91910363d8030f1) +++ firmware/App/Services/Reservoirs.h (.../Reservoirs.h) (revision 021e6ea5f99fd6da424d8ab81d6a106f2cb41294) @@ -67,7 +67,11 @@ void startFillCmd( U32 fillToVolMl ); // handle fill command from HD void stopFillCmd( void ); // handle stop fill command from HD void startDrainCmd( DRAIN_CMD_T drainCmd ); // handle drain command from HD -void stopDrainCmd( void ); // handle stop drain command from HD +void stopDrainCmd( void ); // handle stop drain command from HD + +void tareReservoir( void ); + +void resetReservoirsLowestWeight( void ); DG_RESERVOIR_ID_T getInactiveReservoir( void ); F32 getReservoirWeight( DG_RESERVOIR_ID_T reservoirId );