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
Diff: MifareClassic.cpp
- Revision:
- 10:59298dea711a
- Parent:
- 5:51f820fbd18a
diff -r 85bfede025da -r 59298dea711a MifareClassic.cpp --- a/MifareClassic.cpp Wed Feb 04 16:24:30 2015 +0000 +++ b/MifareClassic.cpp Thu Nov 17 10:57:42 2016 +0000 @@ -1,6 +1,8 @@ #include "MifareClassic.h" #include "PN532_debug.h" +#include <string.h> + #define BLOCK_SIZE 16 #define LONG_TLV_SIZE 4 #define SHORT_TLV_SIZE 2