Index: firmware/App/Modes/ModePostTreat.c =================================================================== diff -u -ra303cd4258157a8fbcbd8af4dd2bbaadec1a736c -rf068446fdb7889d320ddb6ffbd58f347ce0501e7 --- firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision a303cd4258157a8fbcbd8af4dd2bbaadec1a736c) +++ firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision f068446fdb7889d320ddb6ffbd58f347ce0501e7) @@ -14,7 +14,6 @@ * **************************************************************************/ -#include #include "Common.h" #include "OperationModes.h" #include "ModePostTreat.h" @@ -48,8 +47,6 @@ *************************************************************************/ void transitionToPostTreatmentMode( void ) { - // temporary test code - alarm lamp high alarm - requestAlarmLampPattern( LAMP_PATTERN_HIGH_ALARM ); } /*************************************************************************