mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 05:07:03 +08:00
fix missing return
This commit is contained in:
parent
a69eed7950
commit
9dba9f275c
1 changed files with 2 additions and 0 deletions
|
@ -1375,6 +1375,8 @@ static int iclass_decode_credentials_new_pacs(uint8_t *d) {
|
|||
PrintAndLogEx(INFO, "Wiegand decode");
|
||||
wiegand_message_t packed = initialize_message_object(top, mid, bot, 0);
|
||||
HIDTryUnpack(&packed);
|
||||
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
static void iclass_decode_credentials(uint8_t *data) {
|
||||
|
|
Loading…
Reference in a new issue