Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -re7dd4d4f0d9cbb0d8e7abb994a16f0389251e4ba -r239f565516c73aae797288effcfdf1fca0a361a0 --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision e7dd4d4f0d9cbb0d8e7abb994a16f0389251e4ba) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 239f565516c73aae797288effcfdf1fca0a361a0) @@ -548,7 +548,9 @@ F32 pulseWidthInSecond = (F32)( pulseWidthCount * CONCENTRATE_PUMP_HALL_SENSE_PERIOD_RESOLUTION ) / US_PER_SECOND; BOOL isPulseWidthOut = ( pulseWidthInSecond <= CONCENTRATE_PUMP_MIN_ALLOWED_HALL_SENSOR_COUNT ? TRUE : FALSE ); + // TODO will implement in DEN-12224 //checkPersistentAlarm( ALARM_ID_DG_CONC_PUMP_HALL_SENSOR_OUT_OF_RANGE, isPulseWidthOut, pulseWidthInSecond, CONCENTRATE_PUMP_MIN_ALLOWED_HALL_SENSOR_COUNT ); + // TODO will implement in DEN-12224 if ( FALSE == isPulseWidthOut ) {