mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-15 01:33:00 -07:00
typofixes in ISO15693 getUID head comment
This commit is contained in:
parent
c71e7235da
commit
e4da8ed0bb
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ const productName uidmapping[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// fast method to just read the UID of an tag (collission detection not supported)
|
// fast method to just read the UID of a tag (collission detection not supported)
|
||||||
// *buf shouls be large enough to fit the 64bit uid
|
// *buf should be large enough to fit the 64bit uid
|
||||||
// returns 1 if suceeded
|
// returns 1 if suceeded
|
||||||
int getUID(uint8_t *buf)
|
int getUID(uint8_t *buf)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue