Index: firmware/App/Modes/ModeFill.h =================================================================== diff -u -rc1ef106ed0f97dc998230c6e154aa2362aa476d8 -r80028d3b1eef322950c1a5b74c282df2ba989ff5 --- firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision c1ef106ed0f97dc998230c6e154aa2362aa476d8) +++ firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision 80028d3b1eef322950c1a5b74c282df2ba989ff5) @@ -35,10 +35,9 @@ void initFillMode( void ); // initialize this module void transitionToFillMode( void ); // prepares for transition to fill mode +void exitFillMode( void ); // prepares to exit fill mode U32 execFillMode( void ); // execute the fill mode state machine (call from OperationModes) -DG_FILL_MODE_STATE_T getCurrentFillState( void ); // get the current state of the fill mode. - /**@}*/ #endif