Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -r6e3bbb4c27eae91fed11b118cced935a04c6b90a -r1747702a2e89998cd3fa1348907eeb623e9c16c8 --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 6e3bbb4c27eae91fed11b118cced935a04c6b90a) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 1747702a2e89998cd3fa1348907eeb623e9c16c8) @@ -8,7 +8,7 @@ * @file ConcentratePumps.c * * @author (last) Dara Navaei -* @date (last) 24-Feb-2022 +* @date (last) 25-May-2022 * * @author (original) Quang Nguyen * @date (original) 22-Oct-2020 @@ -174,7 +174,6 @@ if ( ++concentratePumpMonitorTimerCounter >= getU32OverrideValue( &concentratePumpDataPublishInterval ) ) { CONCENTRATE_PUMP_DATA_T data; - U08 fpgaConcentratePumpsFault = getFPGAConcentratePumpsFault(); if ( 0 != fpgaConcentratePumpsFault ) @@ -305,7 +304,7 @@ { if ( pumpId < NUM_OF_CONCENTRATE_PUMPS ) { -#ifndef _RLEASE_ +#ifndef _RELEASE_ if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONC_PUMPS ) != SW_CONFIG_ENABLE_VALUE ) #endif { @@ -627,7 +626,7 @@ } else { - // Clear the alarm + // Clear the alarm condition checkPersistentAlarm( ALARM_ID_DG_CONC_PUMP_HALL_SENSOR_OUT_OF_RANGE, FALSE, 0, CONCENTRATE_PUMP_MIN_ALLOWED_HALL_SENSOR_COUNT ); }