Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -rd7b793881e8414f2daf75825d5de4e25a25d10ac -r5ce2656c662525e10acd1e55f16f7aca5ce9b4d6 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision d7b793881e8414f2daf75825d5de4e25a25d10ac) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 5ce2656c662525e10acd1e55f16f7aca5ce9b4d6) @@ -8,7 +8,7 @@ * @file DGInterface.c * * @author (last) Dara Navaei -* @date (last) 07-Nov-2022 +* @date (last) 02-Dec-2022 * * @author (original) Sean * @date (original) 08-Apr-2020 @@ -1091,7 +1091,6 @@ { hasCommandResp = TRUE; memcpy( cmdRespPtr, &dgCmdResp[ commandID ], sizeof( DG_CMD_RESPONSE_T ) ); - dgCmdResp[ commandID ].commandID = DG_CMD_NONE; } return hasCommandResp;