Skip to content

Commit

Permalink
Wrong variable names
Browse files Browse the repository at this point in the history
Wrong variable names (missing dots) on line 269, 270, 271
  • Loading branch information
rocco8620 authored Sep 3, 2017
1 parent 2869ae2 commit 2b96c9f
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 2b96c9f

Please sign in to comment.