mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
make style
This commit is contained in:
parent
4b41e36d49
commit
eafeb47126
6 changed files with 16 additions and 16 deletions
|
@ -24,7 +24,7 @@ void crc32_ex(const uint8_t *data, const size_t len, uint8_t *crc) {
|
|||
crc32_byte(&desfire_crc, data[i]);
|
||||
}
|
||||
uint32_t crctmp = htole32(desfire_crc);
|
||||
for (size_t i=0; i < sizeof(uint32_t); i++) {
|
||||
for (size_t i = 0; i < sizeof(uint32_t); i++) {
|
||||
crc[i] = ((uint8_t *) &crctmp)[i];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue