syntax sugar

This commit is contained in:
iceman1001 2017-01-18 22:57:20 +01:00
commit 7898d3b55f

View file

@ -250,9 +250,7 @@ int mfKeyBrute(uint8_t blockNo, uint8_t keyType, uint8_t *key, uint64_t *resultk
return found;
}
// EMULATOR
int mfEmlGetMem(uint8_t *data, int blockNum, int blocksCount) {
UsbCommand c = {CMD_MIFARE_EML_MEMGET, {blockNum, blocksCount, 0}};
clearCommandBuffer();