Remove another deprecated test that '^#ifdef' did not matched for previous commit.

This commit is contained in:
Romain Tartiere 2010-07-31 13:46:32 +00:00
parent cd53efb038
commit b60d045537

View file

@ -30,8 +30,6 @@
Thanks to d18c7db and Okko for example code Thanks to d18c7db and Okko for example code
*/ */
#if defined (DRIVER_PN531_USB_ENABLED) || defined (DRIVER_PN533_USB_ENABLED)
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <usb.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; return true;
} }
#endif // DRIVER_PN531_USB_ENABLED || DRIVER_PN533_USB_ENABLED