mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-23 00:21:53 +08:00
no comment necessary
This commit is contained in:
parent
5af9fc15ec
commit
b3b6f827e8
1 changed files with 1 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ void em4x50_restore(em4x50_data_t *etd) {
|
|||
|
||||
for (int j = 0; j < 4; j++)
|
||||
words_client[i] |= (etd->data[4 * i + j]) << ((3 - j) * 8);
|
||||
|
||||
|
||||
// lsb is needed (dump is msb)
|
||||
words_client[i] = reflect32(words_client[i]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue