#include "projectconfig.h"
#include "sysinit.h"
-#include "drivers/sensors/pn532/pn532.h"
-#include "drivers/sensors/pn532/pn532_bus.h"
+#include "drivers/rf/pn532/pn532.h"
+#include "drivers/rf/pn532/pn532_bus.h"
/**************************************************************************/
/*!
case (PN532_ERROR_LENCHECKSUMMISMATCH):
printf("Frame length check/checksum mismatch%s", CFG_PRINTF_NEWLINE);
break;
+ default:
+ // Other errors handled below
+ break;
}
// Print the card details if possible