Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -rd4e5e5e155cd938823ee8eb8b090355e1fcc37a2 -r88fdd83b43ef9c2d2f06a51e555db1439b668921 --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision d4e5e5e155cd938823ee8eb8b090355e1fcc37a2) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 88fdd83b43ef9c2d2f06a51e555db1439b668921) @@ -64,6 +64,7 @@ static BOOL isPumpOffRequested; ///< Flag indicates a request to turn concentrate pumps off. static U32 concentratePumpControlTimerCounter; ///< Timer counter to perform control on concentrate pump. static U32 concentratePumpMonitorTimerCounter; ///< Timer counter to perform monitor on concentrate pump. + /// Concentrate pump data publish interval. static OVERRIDE_U32_T concentratePumpDataPublishInterval = { CONCENTRATE_PUMP_DATA_PUBLISH_INTERVAL, CONCENTRATE_PUMP_DATA_PUBLISH_INTERVAL, 0, 0 };