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 11:e7bbcfa61859, committed 2016-11-17
- Comitter:
- dwini
- Date:
- Thu Nov 17 11:32:02 2016 +0000
- Parent:
- 10:59298dea711a
- Commit message:
- Fix use of DMSG instead of printf
Changed in this revision
MifareUltralight.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MifareUltralight.cpp Thu Nov 17 10:57:42 2016 +0000 +++ b/MifareUltralight.cpp Thu Nov 17 11:32:02 2016 +0000 @@ -84,7 +84,7 @@ if (isUnformatted()) { - printf("WARNING: Tag is not formatted.\r\n"); + DMSG("WARNING: Tag is not formatted.\r\n"); return false; } readCapabilityContainer(); // meta info for tag