Index: firmware/App/Modes/ModePostTreat.h =================================================================== diff -u -rccfd15568f1e3d304320c2babb2fd4bcf0413304 -rc137d3c7cb17b0364d745e10ff6dbd1901eb1baa --- firmware/App/Modes/ModePostTreat.h (.../ModePostTreat.h) (revision ccfd15568f1e3d304320c2babb2fd4bcf0413304) +++ firmware/App/Modes/ModePostTreat.h (.../ModePostTreat.h) (revision c137d3c7cb17b0364d745e10ff6dbd1901eb1baa) @@ -78,7 +78,7 @@ // ********** public function prototypes ********** void initPostTreatmentMode( void ); // Initialize this module -void transitionToPostTreatmentMode( void ); // Prepares for transition to post-treatment mode +U32 transitionToPostTreatmentMode( void ); // Prepares for transition to post-treatment mode U32 execPostTreatmentMode( void ); // Execute the post-treatment mode state machine (call from OperationModes) void collectTreatmentLogData( void );