projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
v1.0.0
[hackover2013-badge-firmware.git]
/
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
(file)
--- 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 "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;
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
}
// Print the card details if possible
This page took
0.025779 seconds
and
4
git commands to generate.