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 d7a_1x by
Diff: src/d7a_fs.cpp
- Revision:
- 28:0376b97b4b55
- Parent:
- 27:934ab7455115
- Child:
- 29:8e7c5c1e9aab
diff -r 934ab7455115 -r 0376b97b4b55 src/d7a_fs.cpp
--- a/src/d7a_fs.cpp	Fri Apr 01 10:55:30 2016 +0000
+++ b/src/d7a_fs.cpp	Mon Apr 04 14:00:28 2016 +0000
@@ -109,7 +109,7 @@
 
 uint32_t d7a_fs_get_properties(uint8_t fid, d7a_fs_property_t prop, d7a_fs_properties_t* props)
 {
-    FPRINT("\r\n");
+    FPRINT("(fid:%d, prop:0x%02X)\r\n", fid, prop);
     d7a_fs_header_t hdr;
     d7a_fs_hdr(fid, &hdr);
     
    