mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 10:03:49 +00:00
pn53x_idle() returns now 0 on success and libnfc error code on failure.
This commit is contained in:
@@ -152,7 +152,7 @@ struct nfc_driver_t {
|
||||
int (*device_set_property_int) (struct nfc_device *pnd, const nfc_property property, const int value);
|
||||
|
||||
bool (*abort_command) (struct nfc_device *pnd);
|
||||
bool (*idle) (struct nfc_device *pnd);
|
||||
int (*idle) (struct nfc_device *pnd);
|
||||
};
|
||||
|
||||
# define DEVICE_NAME_LENGTH 256
|
||||
|
||||
Reference in New Issue
Block a user