Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -rdd8d00b02a7565f3c5ce70040ae3b1bc40b4fe37 -r23fd84a12113578bb1d86fdfbc86701494a35cf1 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision dd8d00b02a7565f3c5ce70040ae3b1bc40b4fe37) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 23fd84a12113578bb1d86fdfbc86701494a35cf1) @@ -967,6 +967,21 @@ /*********************************************************************//** * @brief + * The cmdDGParkConcentratePumps function sends a park concentrate pumps command + * message to the DG. + * @details Inputs: none + * @details Outputs: park concentrate pumps command sent to DG. + * @return none + *************************************************************************/ +void cmdDGParkConcentratePumps( void ) +{ + dgCmdResp[ DG_CMD_PARK_CONCENTRATE_PUMPS ].commandID = DG_CMD_NONE; + + sendDGParkConcentratePumpsCommand( ); +} + +/*********************************************************************//** + * @brief * The cmdStartDGFlush function sends a start flush command message to * the DG. * @details Inputs: none