Index: firmware/App/Services/Reservoirs.h =================================================================== diff -u -r8b56b0c617ac49536b8d53852b9621be873bade6 -r5a61bccd959265c00e5276ba23391198ca82b6dd --- firmware/App/Services/Reservoirs.h (.../Reservoirs.h) (revision 8b56b0c617ac49536b8d53852b9621be873bade6) +++ firmware/App/Services/Reservoirs.h (.../Reservoirs.h) (revision 5a61bccd959265c00e5276ba23391198ca82b6dd) @@ -42,10 +42,11 @@ void initReservoirs( void ); -BOOL startFill( RESERVOIR_ID_T resID, U32 fillToVolMl, F32 targetPrimeTemp, F32 targetTrimTemp ); // handle fill command from HD -BOOL stopFill( void ); // handle stop fill command from HD -BOOL startDrain( RESERVOIR_ID_T resID, U32 drainToVolMl ); // handle drain command from HD -BOOL stopDrain( void ); // handle stop drain command from HD +BOOL setActiveReservoir( RESERVOIR_ID_T resID ); // handle switch reservoirs command from HD +BOOL startFill( U32 fillToVolMl ); // handle fill command from HD +BOOL stopFill( void ); // handle stop fill command from HD +BOOL startDrain( U32 drainToVolMl ); // handle drain command from HD +BOOL stopDrain( void ); // handle stop drain command from HD DATA_GET_PROTOTYPE( RESERVOIR_ID_T, getActiveReservoir ); DATA_GET_PROTOTYPE( U32, getReservoirFillVolumeTargetMl );