libfreefare/test/fixture.h
SloCompTech c18f702840 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-09 23:19:30 +01:00

6 lines
96 B
C

#ifndef _FIXTURE_H
#define _FIXTURE_H
extern FreefareTag tag;
#endif /* _FIXTURE_H */