mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-23 12:11:55 +00:00
nfc_target_t have now nfc_modulation_t instead of nfc_modulatation_type_t
This commit is contained in:
@@ -117,7 +117,7 @@ main (int argc, const char *argv[])
|
||||
uint8_t n;
|
||||
printf ("%ld target(s) have been found.\n", (unsigned long) szTargetFound);
|
||||
for (n = 0; n < szTargetFound; n++) {
|
||||
printf ("T%d: targetType=%02x ", n + 1, antTargets[n].nmt);
|
||||
printf ("T%d: ", n + 1);
|
||||
print_nfc_target ( antTargets[n] );
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user