Fix some warnings in test.

This commit is contained in:
Audrey Diacre 2011-11-24 11:12:01 +00:00
parent 784a2f86a2
commit 9e67423cff
4 changed files with 5 additions and 5 deletions

View file

@ -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;