mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-09-12 07:35:02 +08:00
style
This commit is contained in:
parent
583984c6b6
commit
37670ae2f3
1 changed files with 2 additions and 1 deletions
|
@ -152,8 +152,9 @@ static const char *hts_get_type_str(uint32_t uid) {
|
|||
default:
|
||||
return "n/a";
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
return "Probably not NXP Hitag S";
|
||||
}
|
||||
}
|
||||
|
||||
static bool hts_get_uid(uint32_t *uid) {
|
||||
|
|
Loading…
Add table
Reference in a new issue