mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
SendCommandOLD : comms & flash
This commit is contained in:
parent
2ac5482d9c
commit
b68ccfa7b8
3 changed files with 13 additions and 32 deletions
|
@ -150,7 +150,7 @@
|
|||
|
||||
#ifndef DropField
|
||||
#define DropField() { \
|
||||
PacketCommandOLD c_drop = {CMD_READER_ISO_14443a, {0,0,0}, {{0}}}; clearCommandBuffer(); SendCommand(&c_drop); \
|
||||
clearCommandBuffer(); SendCommandOLD(CMD_READER_ISO_14443a, 0, 0, 0, NULL, 0); \
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue