nfc-tools / libfreefare

A convenience API for NFC cards manipulations on top of libnfc.
Other
395 stars 106 forks source link

Fix build with libnfc <= 1.7.1 #131

Closed mtdcr closed 2 years ago

mtdcr commented 3 years ago

NMT_BARCODE was used only in error paths, so just use a default case to restore compatibility.

Fixes #83, fixes #84, fixes #88.