Need stdio.h for fprintf
[librfid] / src / rfid_proto_tcl.c
index 70259e6..413b9d6 100644 (file)
@@ -164,6 +164,8 @@ tcl_parse_ats(struct rfid_protocol_handle *h,
 
        h->priv.tcl.historical_len = (ats+len) - cur;
        h->priv.tcl.historical_bytes = cur;
+       
+       DEBUGP("ATS parsed: %s\n", rfid_hexdump(ats, size));
 
        return 0;
 }