Skip to content

Commit 707217f

Browse files
vigneshraja123717root
authored andcommitted
FTDC command working
1 parent 406d667 commit 707217f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/platform/gasops.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ static const struct no_retry_struct gasop_noretry_cmds[] = {
6565
[MRPC_DBG_UNLOCK] = {1, 0, NULL},
6666
[MRPC_SECURITY_CONFIG_SET_GEN5] = {1, 0, NULL},
6767
[MRPC_FW_TX] = {1, 1, fw_toggle_noretry_subcmds},
68+
[MRPC_FTDC_LOG_DUMP] = {0, 0, NULL},
6869
};
6970
static const int gasop_noretry_cmds_count = sizeof(gasop_noretry_cmds) /
7071
sizeof(char);

0 commit comments

Comments
 (0)