We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406d667 commit 707217fCopy full SHA for 707217f
lib/platform/gasops.c
@@ -65,6 +65,7 @@ static const struct no_retry_struct gasop_noretry_cmds[] = {
65
[MRPC_DBG_UNLOCK] = {1, 0, NULL},
66
[MRPC_SECURITY_CONFIG_SET_GEN5] = {1, 0, NULL},
67
[MRPC_FW_TX] = {1, 1, fw_toggle_noretry_subcmds},
68
+ [MRPC_FTDC_LOG_DUMP] = {0, 0, NULL},
69
};
70
static const int gasop_noretry_cmds_count = sizeof(gasop_noretry_cmds) /
71
sizeof(char);
0 commit comments