diff --git a/libnfc/drivers/pn53x_usb.c b/libnfc/drivers/pn53x_usb.c index b0f3d96..7603c96 100644 --- a/libnfc/drivers/pn53x_usb.c +++ b/libnfc/drivers/pn53x_usb.c @@ -30,8 +30,6 @@ Thanks to d18c7db and Okko for example code */ -#if defined (DRIVER_PN531_USB_ENABLED) || defined (DRIVER_PN533_USB_ENABLED) - #include #include #include @@ -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