mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 16:36:25 +02:00
Allow ISO14443A cards now, we don't use it for any other anyway.
This commit is contained in:
parent
c5f37bbaf8
commit
9e1f4e2bcd
2 changed files with 8 additions and 8 deletions
|
@ -92,10 +92,10 @@ public:
|
|||
protected:
|
||||
|
||||
/** Modulations that specify cards accepted by reader */
|
||||
static const nfc_modulation _modulations[5];
|
||||
static const nfc_modulation _modulations[5];
|
||||
|
||||
/** Number of modulations in _modulations array */
|
||||
static const size_t _modulationsLen = 5;
|
||||
static const size_t _modulationsLen;
|
||||
|
||||
/** libnfc-specific opaque context */
|
||||
nfc_context *_nfcContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue