mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
little vs big endian, forgot one
This commit is contained in:
parent
083e557b9f
commit
5b8ddfc47e
1 changed files with 1 additions and 1 deletions
|
@ -1313,7 +1313,7 @@ static bool em4x50_sim_read_word(uint32_t *word) {
|
|||
}
|
||||
}
|
||||
|
||||
*word = BYTES2UINT32(bytes);
|
||||
*word = BYTES2UINT32_BE(bytes);
|
||||
|
||||
// check parities
|
||||
if ((parities == parities_calculated) && (stop_bit == 0)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue