mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
little vs big endian, forgot one
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user