v1.0.0
[hackover2013-badge-firmware.git] / tools / examples / sensors / pn532 / ISO14443A_ID / main.c
index 511a554..09dadc1 100644 (file)
@@ -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
This page took 0.020413 seconds and 4 git commands to generate.