Fix nfc-poll, improve pn53x_target_type_t decoding

This commit is contained in:
Romuald Conty 2010-10-13 21:40:54 +00:00
parent adba90684d
commit 9d9b5a629e
3 changed files with 35 additions and 17 deletions

View file

@ -272,6 +272,7 @@ str_nfc_baud_rate (const nfc_baud_rate_t nbr)
return "424 kbps";
break;
}
return "";
}
void
@ -299,4 +300,5 @@ print_nfc_target (const nfc_target_t nt)
print_nfc_dep_info (nt.nti.ndi);
break;
}
};
}