Index: firmware/App/Modes/ModeFill.h =================================================================== diff -u -r353d01d31bc69d4d1901ff09097ee610bb1c9dbc -ra3960210792d0811093a6913e505d43eda1918ea --- firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision 353d01d31bc69d4d1901ff09097ee610bb1c9dbc) +++ firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision a3960210792d0811093a6913e505d43eda1918ea) @@ -34,7 +34,9 @@ // ********** public function prototypes ********** void initFillMode( void ); // initialize this module + U32 transitionToFillMode( void ); // prepares for transition to fill mode + U32 execFillMode( void ); // execute the fill mode state machine (call from OperationModes) F32 getAvgFillFlowRate( void ); // TODO do we need this?