mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-21 09:16:35 +00:00
Remove another deprecated test that '^#ifdef' did not matched for previous commit.
This commit is contained in:
@@ -30,8 +30,6 @@
|
||||
Thanks to d18c7db and Okko for example code
|
||||
*/
|
||||
|
||||
#if defined (DRIVER_PN531_USB_ENABLED) || defined (DRIVER_PN533_USB_ENABLED)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <usb.h>
|
||||
@@ -329,5 +327,3 @@ bool pn53x_usb_transceive(const nfc_device_spec_t nds, const byte_t* pbtTx, cons
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif // DRIVER_PN531_USB_ENABLED || DRIVER_PN533_USB_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user