examples, test and utils use now nfc_exit() function.
This commit is contained in:
parent
1d55b6f8c6
commit
207199dc34
25 changed files with 59 additions and 9 deletions
|
|
@ -73,7 +73,7 @@ nfc_init()
|
|||
|
||||
/**
|
||||
* @brief Deinitialize libnfc.
|
||||
*
|
||||
* Should be called after closing all open devices and before your application terminates.
|
||||
*/
|
||||
void
|
||||
nfc_exit()
|
||||
|
|
@ -188,8 +188,7 @@ nfc_close (nfc_device *pnd)
|
|||
nfc_idle (pnd);
|
||||
// Close, clean up and release the device
|
||||
pnd->driver->close (pnd);
|
||||
|
||||
log_fini ();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue