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