Fix some warnings in test.
This commit is contained in:
parent
784a2f86a2
commit
9e67423cff
4 changed files with 5 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ test_access_storm (void)
|
|||
nfc_device *device;
|
||||
nfc_target ant[MAX_TARGET_COUNT];
|
||||
|
||||
device = nfc_connect (&(connstrings[i]));
|
||||
device = nfc_connect (connstrings[i]);
|
||||
cut_assert_not_null (device, cut_message ("nfc_connect"));
|
||||
|
||||
res = nfc_initiator_init(device);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue