Index: firmware/App/Modes/ModeFill.h =================================================================== diff -u -r16cd633e1d18224face6f977120ccab3846e7671 -r80028d3b1eef322950c1a5b74c282df2ba989ff5 --- firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision 16cd633e1d18224face6f977120ccab3846e7671) +++ firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision 80028d3b1eef322950c1a5b74c282df2ba989ff5) @@ -35,6 +35,7 @@ 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) /**@}*/