mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
chg: rpi aling warning
This commit is contained in:
parent
3fb34dd45b
commit
6dadbb0423
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ int legic_get_type(legic_card_select_t *card) {
|
|||
if (!isOK)
|
||||
return PM3_ESOFT;
|
||||
|
||||
memcpy(card, (legic_card_select_t *)resp.data.asBytes, sizeof(legic_card_select_t));
|
||||
memcpy(card, resp.data.asBytes, sizeof(legic_card_select_t));
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
void legic_chk_iv(uint32_t *iv) {
|
||||
|
|
Loading…
Reference in a new issue