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:
- 52:c7a58fc48bd2
- Parent:
- 51:644de6fe1ee7
- Child:
- 56:da34fc11e760
diff -r 644de6fe1ee7 -r c7a58fc48bd2 src/d7a_fs.cpp
--- a/src/d7a_fs.cpp Tue Sep 06 15:00:32 2016 +0000
+++ b/src/d7a_fs.cpp Tue Sep 06 15:23:39 2016 +0000
@@ -98,13 +98,13 @@
uint8_t k_valid_cmd[] = {FS_OP_RD, FS_OP_WR, FS_OP_TOUCH ,FS_OP_STAT, FS_OP_FLUSH, FS_OP_CREATE, FS_OP_SYNC};
uint8_t k_valid_size[]= {OP_SIZE_RD,OP_SIZE_WR,OP_SIZE_TOUCH,OP_SIZE_STAT,OP_SIZE_FLUSH,OP_SIZE_CREATE,OP_SIZE_SYNC};
-/// ------------------------------------------------------------------
-/// |TOKEN|CMD/RESP| PAYLOAD |
-/// --------------------------------------------------------------
-/// | 1B | 1B | PKT.blen - 1 bytes |
-/// --------------------------------------------------------------
-/// | | | 1B | 4B | 4B | PKT.blen - 11 bytes|
-/// --------------------------------------------------------------
+// ------------------------------------------------------------------
+// |TOKEN|CMD/RESP| PAYLOAD |
+// --------------------------------------------------------------
+// | 1B | 1B | PKT.blen - 1 bytes |
+// --------------------------------------------------------------
+// | | | 1B | 4B | 4B | PKT.blen - 11 bytes|
+// --------------------------------------------------------------
// | | write | FID | offset | length | datas... |
// | | read | FID | offset | length |
// | | touch | FID | offset | length |
