Index: firmware/App/Services/DDInterface.c =================================================================== diff -u -rf1b7fd13c6136989018e0907d037ab1c713620c6 -r9442bd6040af2120640805cdaf2cdb7c59d0afa8 --- firmware/App/Services/DDInterface.c (.../DDInterface.c) (revision f1b7fd13c6136989018e0907d037ab1c713620c6) +++ firmware/App/Services/DDInterface.c (.../DDInterface.c) (revision 9442bd6040af2120640805cdaf2cdb7c59d0afa8) @@ -15,7 +15,6 @@ * ***************************************************************************/ -#include "DDDefs.h" #include "DDInterface.h" #include "MessagePayloads.h" #include "Messaging.h" @@ -627,25 +626,7 @@ } } -/*********************************************************************//** - * @brief - * The cmdStartDDFlush function sends a start flush command message to - * the DD. - * @details \b Inputs: none - * @details \b Outputs: start flush mode command sent to DD. - * @return none - *************************************************************************/ -void cmdStartDDFlush( void ) -{ - UI_RESPONSE_PAYLOAD_T response; - memset( &response, 0, sizeof( UI_RESPONSE_PAYLOAD_T ) ); - response.accepted = TRUE; - ddCmdResp[ DD_CMD_START_FLUSH ].commandID = DD_CMD_NONE; - sendMessage( MSG_ID_TD_DD_FLUSH_REQUEST, COMM_BUFFER_OUT_CAN_TD_2_UI, (U08*) &response, sizeof( UI_RESPONSE_PAYLOAD_T ) ); -} - - /************************************************************************* * TEST SUPPORT FUNCTIONS *************************************************************************/