Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r3d8da969460b0a8d118cd1f4ccc4883b5436f730 -r2b2cf776b2e1dec6d61c3a4150a4b5d838b4f911 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 3d8da969460b0a8d118cd1f4ccc4883b5436f730) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 2b2cf776b2e1dec6d61c3a4150a4b5d838b4f911) @@ -131,6 +131,9 @@ // MSG_ID_DG_START_STOP_TRIMMER_HEATER_CMD BOOL handleDGStartStopTrimmerHeater( MESSAGE_T *message ); +//MSG_ID_DG_PARK_CONCENTRATE_PUMPS +void handleParkConecentratePumpsCmd( MESSAGE_T *message ); + // MSG_ID_HD_START_STOP_TRIMMER_HEATER_CMD void handleHDStartStopTrimmerHeaterCmd( MESSAGE_T *message );