X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/b1c6c435b3c01b0f81c77f55b90afd2f3940bbf3..6b0c700242b29c4e6eed4ca4443b113d21bb5c61:/tools/examples/sensors/pn532/ISO14443A_ID/main.c diff --git a/tools/examples/sensors/pn532/ISO14443A_ID/main.c b/tools/examples/sensors/pn532/ISO14443A_ID/main.c index 511a554..09dadc1 100644 --- a/tools/examples/sensors/pn532/ISO14443A_ID/main.c +++ b/tools/examples/sensors/pn532/ISO14443A_ID/main.c @@ -38,8 +38,8 @@ #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" /**************************************************************************/ /*! @@ -139,6 +139,9 @@ int main (void) 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