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:
- 56:da34fc11e760
- Parent:
- 52:c7a58fc48bd2
- Child:
- 58:38a366236bda
diff -r 5ea18a3a01b9 -r da34fc11e760 src/d7a_fs.cpp
--- a/src/d7a_fs.cpp Wed Sep 07 09:32:01 2016 +0000
+++ b/src/d7a_fs.cpp Thu Sep 08 09:30:24 2016 +0000
@@ -61,6 +61,15 @@
return D7A_ERR_NONE;
}
+d7a_errors_t d7a_fs_close(void)
+{
+ FPRINT("\r\n");
+
+ g_fs_ctx.thread->terminate();
+
+ return D7A_ERR_NONE;
+}
+
static void d7a_fs_msg(uint8_t* buf, uint8_t len, uint8_t id)
{
FPRINT("\r\n");
