Index: firmware/App/Modes/ModeFill.h =================================================================== diff -u -r94a190522ce398399c7b93c59f788d7666ec0060 -r3b5080777e3dac1b5802ee18227f66a0b49deefa --- firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision 94a190522ce398399c7b93c59f788d7666ec0060) +++ firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision 3b5080777e3dac1b5802ee18227f66a0b49deefa) @@ -34,7 +34,7 @@ // ********** public function prototypes ********** void initFillMode( void ); // initialize this module -U32 transitionToFillMode( void ); // prepares for transition to fill mode +U32 transitionToFillMode( void ); // prepares for transition to fill mode U32 execFillMode( void ); // execute the fill mode state machine (call from OperationModes) F32 getAvgFillFlowRate( void );