summaryrefslogtreecommitdiff
path: root/include/rfid/rfid_protocol_tcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rfid/rfid_protocol_tcl.h')
-rw-r--r--include/rfid/rfid_protocol_tcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rfid/rfid_protocol_tcl.h b/include/rfid/rfid_protocol_tcl.h
index c0861cd..f0dbcdc 100644
--- a/include/rfid/rfid_protocol_tcl.h
+++ b/include/rfid/rfid_protocol_tcl.h
@@ -21,9 +21,9 @@ struct tcl_handle {
unsigned int fsc; /* max frame size accepted by card */
unsigned int fsd; /* max frame size accepted by reader */
- unsigned int fwt; /* frame waiting time */
+ unsigned int fwt; /* frame waiting time (in usec)*/
unsigned char ta; /* divisor information */
- unsigned char sfgt; /* start-up frame guard time */
+ unsigned char sfgt; /* start-up frame guard time (in usec) */
/* otherwise determined */
unsigned int cid; /* Card ID */
personal git repositories of Harald Welte. Your mileage may vary