Index: firmware/App/Modes/ModePostTreat.h =================================================================== diff -u -r9bb9f9bb8b96f057b2ad8dd42c5ac4f0861c1d90 -r65d0f3fed34c836640f502d80a8aeb4e10ddf5ac --- firmware/App/Modes/ModePostTreat.h (.../ModePostTreat.h) (revision 9bb9f9bb8b96f057b2ad8dd42c5ac4f0861c1d90) +++ firmware/App/Modes/ModePostTreat.h (.../ModePostTreat.h) (revision 65d0f3fed34c836640f502d80a8aeb4e10ddf5ac) @@ -7,8 +7,8 @@ * * @file ModePostTreat.h * -* @author (last) Sean Nash -* @date (last) 13-Aug-2021 +* @author (last) Dara Navaei +* @date (last) 12-Nov-2021 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -80,7 +80,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 );