Skip to content

Commit

Permalink
Restore nfc_modulation_type order of v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed May 22, 2020
1 parent 63cf0ac commit 5c3c468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/nfc/nfc-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ typedef union {
nfc_iso14443b2sr_info nsi;
nfc_iso14443b2ct_info nci;
nfc_jewel_info nji;
nfc_barcode_info nti; // "t" for Thinfilm, "b" already used
nfc_dep_info ndi;
nfc_barcode_info nti; // "t" for Thinfilm, "b" already used
nfc_iso14443biclass_info nhi; // hid iclass / picopass - nii already used
} nfc_target_info;

Expand All @@ -315,13 +315,13 @@ typedef enum {
typedef enum {
NMT_ISO14443A = 1,
NMT_JEWEL,
NMT_BARCODE, // Thinfilm NFC Barcode
NMT_ISO14443B,
NMT_ISO14443BI, // pre-ISO14443B aka ISO/IEC 14443 B' or Type B'
NMT_ISO14443B2SR, // ISO14443-2B ST SRx
NMT_ISO14443B2CT, // ISO14443-2B ASK CTx
NMT_FELICA,
NMT_DEP,
NMT_BARCODE, // Thinfilm NFC Barcode
NMT_ISO14443BICLASS, // HID iClass 14443B mode
NMT_END_ENUM = NMT_ISO14443BICLASS, // dummy for sizing - always should alias last
} nfc_modulation_type;
Expand Down

0 comments on commit 5c3c468

Please sign in to comment.