Index: firmware/App/Controllers/DryBiCart.h =================================================================== diff -u -rc5ffb798313c4179717f45b6485cebcb45e6fd5d -r61061e547ac63df8f0090cc3a3ba81079c88ce9f --- firmware/App/Controllers/DryBiCart.h (.../DryBiCart.h) (revision c5ffb798313c4179717f45b6485cebcb45e6fd5d) +++ firmware/App/Controllers/DryBiCart.h (.../DryBiCart.h) (revision 61061e547ac63df8f0090cc3a3ba81079c88ce9f) @@ -52,6 +52,7 @@ U32 execDryBicartFillMode( void ); // Execute the dry bicart state machine U32 execBicarbChamberFillMode( void ); // Execute the bicarb chamber fill state machine void execDryBicart( void ); // Execute the list of drybicart state machines +void setBicarbChamberFillRequested( void ); // Sets the Flag for dry bicarb chamber fill request data to be true DRY_BICART_FILL_EXEC_STATE_T getCurrentDryBiCartFillExecState( void ); // Get the current state of the dry bicart fill execution