This commit is contained in:
Philippe Teuwen 2019-04-20 01:49:37 +02:00
commit 95822d8360

View file

@ -219,7 +219,6 @@ static int getReply(PacketResponseNG *packet) {
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
static void PacketResponseReceived(PacketResponseNG *packet) { static void PacketResponseReceived(PacketResponseNG *packet) {
//DOEGOX
// PrintAndLogEx(NORMAL, "RECV %s magic %08x length %04x status %04x crc %04x cmd %04x", // PrintAndLogEx(NORMAL, "RECV %s magic %08x length %04x status %04x crc %04x cmd %04x",
// packet->ng ? "NG" : "OLD", packet->magic, packet->length, packet->status, packet->crc, packet->cmd); // packet->ng ? "NG" : "OLD", packet->magic, packet->length, packet->status, packet->crc, packet->cmd);