Skip to content

Commit

Permalink
Merge pull request nfc-tools#440 from rocco8620/patch-1
Browse files Browse the repository at this point in the history
Wrong variable names
  • Loading branch information
doegox authored Sep 3, 2017
2 parents 2869ae2 + 2b96c9f commit 216145f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/nfc-emulate-tag.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ main(int argc, char *argv[])
},
.nti = {
.nai = {
abtAtqa = { 0x03, 0x44 },
abtUid = { 0x08, 0xab, 0xcd, 0xef },
btSak = 0x20,
.abtAtqa = { 0x03, 0x44 },
.abtUid = { 0x08, 0xab, 0xcd, 0xef },
.btSak = 0x20,
.szUidLen = 4,
.abtAts = { 0x75, 0x77, 0x81, 0x02, 0x80 },
.szAtsLen = 5,
Expand Down

0 comments on commit 216145f

Please sign in to comment.