Index: firmware/App/Services/Reservoirs.h =================================================================== diff -u -r5a61bccd959265c00e5276ba23391198ca82b6dd -r5ff39fd6948ae3656b4035c85325bd8fca0a37f3 --- firmware/App/Services/Reservoirs.h (.../Reservoirs.h) (revision 5a61bccd959265c00e5276ba23391198ca82b6dd) +++ firmware/App/Services/Reservoirs.h (.../Reservoirs.h) (revision 5ff39fd6948ae3656b4035c85325bd8fca0a37f3) @@ -41,6 +41,7 @@ // ********** public function prototypes ********** void initReservoirs( void ); +void execReservoirs( void ); BOOL setActiveReservoir( RESERVOIR_ID_T resID ); // handle switch reservoirs command from HD BOOL startFill( U32 fillToVolMl ); // handle fill command from HD