mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix list for shortend type
This commit is contained in:
parent
823069f500
commit
0107e212b0
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ static size_t nbytes(size_t nbits) {
|
|||
*/
|
||||
|
||||
static int CmdLFHitagList(const char *Cmd) {
|
||||
return CmdTraceListAlias(Cmd, "lf hitag", "hitag2");
|
||||
return CmdTraceListAlias(Cmd, "lf hitag", "ht2");
|
||||
/*
|
||||
uint8_t *got = calloc(PM3_CMD_DATA_SIZE, sizeof(uint8_t));
|
||||
if (!got) {
|
||||
|
|
|
@ -995,7 +995,7 @@ static int CmdLFHitagSSim(const char *Cmd) {
|
|||
}
|
||||
|
||||
static int CmdLFHitagSList(const char *Cmd) {
|
||||
return CmdTraceListAlias(Cmd, "lf hitag hts", "hitags");
|
||||
return CmdTraceListAlias(Cmd, "lf hitag hts", "hts");
|
||||
}
|
||||
|
||||
static command_t CommandTable[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue