make style

This commit is contained in:
merlokk 2023-12-12 01:11:10 +02:00
commit 2517e8b345
10 changed files with 65 additions and 33 deletions

View file

@ -1873,7 +1873,7 @@ static void PacketReceived(PacketCommandNG *packet) {
uint8_t key[6];
} PACKED;
struct p *payload = (struct p *) packet->data.asBytes;
MifareHasStaticEncryptedNonce(payload->block_no, payload->key_type, payload->key);
break;
}