Index: firmware/App/Modes/ModePostTreat.c =================================================================== diff -u -r1095b811053729187a2c7535251c4a33c5d22ab5 -r8466e63f95f65a3ffb18c3af85ac99328e41167b --- firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision 1095b811053729187a2c7535251c4a33c5d22ab5) +++ firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision 8466e63f95f65a3ffb18c3af85ac99328e41167b) @@ -36,11 +36,6 @@ #include "Timers.h" #include "Valves.h" -#ifdef RM46_EVAL_BOARD_TARGET - #include "Timers.h" - static U32 start; -#endif - /** * @addtogroup HDPostTreatmentMode * @{ @@ -146,9 +141,6 @@ signalDialInPumpHardStop(); collectTreatmentLogData(); -#ifdef RM46_EVAL_BOARD_TARGET - start = getMSTimerCount(); -#endif } /*********************************************************************//** @@ -187,13 +179,6 @@ postTreatmentPublishTimerCounter = 0; } -#ifdef RM46_EVAL_BOARD_TARGET - if ( TRUE == didTimeout( start, 5000U ) ) - { - requestNewOperationMode( MODE_STAN ); - } -#endif - return currentPostTreatmentState; }