Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r340ca3700bbc4235d85d82864597fe17ab4b557a -r8e50cc04fb92d9b4ee9045e445ca8451abe951ab --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 340ca3700bbc4235d85d82864597fe17ab4b557a) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 8e50cc04fb92d9b4ee9045e445ca8451abe951ab) @@ -110,11 +110,6 @@ BOOL stop = isStopButtonPressed(); #ifndef RUN_WITHOUT_DG - if ( TRUE == stop ) - { - activateAlarmNoData( ALARM_ID_TREATMENT_STOPPED_BY_USER ); // TODO - remove alarm? Nothing to stop here. - } - // State machine to get DG to prep a reservoir so we can start a treatment switch ( currentStandbyState ) {