fixed to shortend type

This commit is contained in:
iceman1001
2025-03-19 20:46:29 +01:00
parent 76fa254c0f
commit 823069f500
+1 -1
View File
@@ -660,7 +660,7 @@ static int CmdLFHitagUSim(const char *Cmd) {
return PM3_SUCCESS;
}
static int CmdLFHitagUList(const char *Cmd) { return CmdTraceListAlias(Cmd, "lf hitag htu", "hitagu"); }
static int CmdLFHitagUList(const char *Cmd) { return CmdTraceListAlias(Cmd, "lf hitag htu", "htu"); }
static command_t CommandTable[] = {
{"help", CmdHelp, AlwaysAvailable, "This help" },