diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rfid/rfid_protocol_tcl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rfid/rfid_protocol_tcl.h b/include/rfid/rfid_protocol_tcl.h index b913e80..c0861cd 100644 --- a/include/rfid/rfid_protocol_tcl.h +++ b/include/rfid/rfid_protocol_tcl.h @@ -32,6 +32,8 @@ struct tcl_handle { unsigned int flags; unsigned int state; /* protocol state */ + unsigned int toggle; /* send toggle with next frame */ + unsigned int ats_len; unsigned char ats[0]; }; |