Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PN532 by
Revision 9:85bfede025da, committed 2015-02-04
- Comitter:
- r4z0r7o3
- Date:
- Wed Feb 04 16:24:30 2015 +0000
- Parent:
- 8:7ffdaea03ff9
- Commit message:
- Fixed missing return statement
Changed in this revision
| NfcAdapter.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7ffdaea03ff9 -r 85bfede025da NfcAdapter.cpp
--- a/NfcAdapter.cpp Wed Oct 08 01:52:33 2014 +0000
+++ b/NfcAdapter.cpp Wed Feb 04 16:24:30 2015 +0000
@@ -135,4 +135,5 @@
if(ATQA==0x44&&SAK==0x0){
return TAG_TYPE_2;
}
+ return TAG_TYPE_UNKNOWN;
}
