This website requires JavaScript.
Explore
Help
Sign in
crewID
/
libfreefare
Watch
1
Star
0
Fork
You've already forked libfreefare
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c2b0cfa4b9
libfreefare
/
test
/
fixture.h
7 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Deduplicate fixture headers.
2016-01-20 20:31:17 +01:00
#
ifndef _FIXTURE_H
Fix issues for NTAG21x tags - Change default tag from NTAG_213 to NTAG_UNKNOWN so unknown tags can be detected. ntag_get_info() MUST be called after connect; - Fix reuse function which used to reset all tag info; - Introduce ntag21x error reporting through freefare_error(3);
2018-03-07 20:54:04 +01:00
#
define _FIXTURE_H
Deduplicate fixture headers.
2016-01-20 20:31:17 +01:00
Fix issues for NTAG21x tags - Change default tag from NTAG_213 to NTAG_UNKNOWN so unknown tags can be detected. ntag_get_info() MUST be called after connect; - Fix reuse function which used to reset all tag info; - Introduce ntag21x error reporting through freefare_error(3);
2018-03-07 20:54:04 +01:00
extern
FreefareTag
tag
;
Deduplicate fixture headers.
2016-01-20 20:31:17 +01:00
#
endif
/* _FIXTURE_H */
Reference in a new issue
Copy permalink