Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r231665843bcb057cab17d967fa1543d94a66c9df -r0ca951ef423d0b361e37c0a773a258a01ee5875a --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 231665843bcb057cab17d967fa1543d94a66c9df) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 0ca951ef423d0b361e37c0a773a258a01ee5875a) @@ -1091,7 +1091,6 @@ { hasCommandResp = TRUE; memcpy( cmdRespPtr, &dgCmdResp[ commandID ], sizeof( DG_CMD_RESPONSE_T ) ); - dgCmdResp[ commandID ].commandID = DG_CMD_NONE; } return hasCommandResp;