SendCommandOLD : comms & flash

This commit is contained in:
Philippe Teuwen 2019-04-19 02:01:47 +02:00
commit b68ccfa7b8
3 changed files with 13 additions and 32 deletions

View file

@ -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