mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-13 01:56:59 -07:00
fixed hf mf rdbl response data (broken since r634)
This commit is contained in:
parent
3803d5295d
commit
0beed8fc67
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ void MifareReadBlock(uint8_t arg0, uint8_t arg1, uint8_t arg2, uint8_t *datain)
|
||||||
// memcpy(ack.d.asBytes, dataoutbuf, 16);
|
// memcpy(ack.d.asBytes, dataoutbuf, 16);
|
||||||
|
|
||||||
LED_B_ON();
|
LED_B_ON();
|
||||||
cmd_send(CMD_ACK,isOK,0,0,0,0);
|
cmd_send(CMD_ACK,isOK,0,0,dataoutbuf,16);
|
||||||
// UsbSendPacket((uint8_t *)&ack, sizeof(UsbCommand));
|
// UsbSendPacket((uint8_t *)&ack, sizeof(UsbCommand));
|
||||||
LED_B_OFF();
|
LED_B_OFF();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue