Use CmdTraceListAlias everywhere
This commit is contained in:
@@ -199,13 +199,7 @@ static bool wait_cmd_14b(bool verbose, bool is_select) {
|
||||
}
|
||||
|
||||
static int CmdHF14BList(const char *Cmd) {
|
||||
char args[128] = {0};
|
||||
if (strlen(Cmd) == 0) {
|
||||
snprintf(args, sizeof(args), "-t 14b");
|
||||
} else {
|
||||
strncpy(args, Cmd, sizeof(args) - 1);
|
||||
}
|
||||
return CmdTraceList(args);
|
||||
return CmdTraceListAlias(Cmd, "hf 14b", "14b");
|
||||
}
|
||||
|
||||
static int CmdHF14BSim(const char *Cmd) {
|
||||
|
||||
Reference in New Issue
Block a user