Switched row and col
[hackover2013-badge-firmware.git] / tools / examples / sensors / pn532 / ISO14443A_ID / main.c
index 511a554..551b3ab 100644 (file)
@@ -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.019479 seconds and 4 git commands to generate.