Index: firmware/App/Controllers/DryBiCart.h =================================================================== diff -u -re48bec7b1330b195afadcbf8bc58bdb4f1d5b03e -re0c913b397af3122889433d855c5c5fb328f9865 --- firmware/App/Controllers/DryBiCart.h (.../DryBiCart.h) (revision e48bec7b1330b195afadcbf8bc58bdb4f1d5b03e) +++ firmware/App/Controllers/DryBiCart.h (.../DryBiCart.h) (revision e0c913b397af3122889433d855c5c5fb328f9865) @@ -53,10 +53,11 @@ void transitionToDryBicart( void ); // Prepares for transition to dry bicart execution U32 execDryBicartFillMode( void ); // Execute the dry bicart state machine U32 execBicarbChamberFillMode( void ); // Execute the bicarb chamber fill state machine -U32 execDryBicartDrainMode( void ); // Execute dry bicart drain state machine +U32 execDryBicartDrainMode( void ); // Execute dry bicart drain 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 -void setBicartFillRequested( void ); +void setBicartFillRequested( void ); // Sets the Flag for dry bicart fill request data to be true +void setBicartDrainRequested( void ); // Sets the Flag for dry bicart drain request data to be true DRY_BICART_FILL_EXEC_STATE_T getCurrentDryBiCartFillExecState( void ); // Get the current state of the dry bicart fill execution