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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: platform/LocalFileSystem.h
- Revision:
- 158:1c57384330a6
- Parent:
- 156:ff21514d8981
- Child:
- 170:e95d10626187
--- a/platform/LocalFileSystem.h Thu Nov 09 11:14:10 2017 +0000
+++ b/platform/LocalFileSystem.h Thu Nov 23 11:44:04 2017 +0000
@@ -27,9 +27,12 @@
namespace mbed {
/** \addtogroup platform */
/** @{*/
+/**
+ * \defgroup platform_LocalFileSystem LocalFileSystem functions
+ * @{
+ */
FILEHANDLE local_file_open(const char* name, int flags);
-/** @}*/
/**
* @class LocalFileHandle
@@ -112,6 +115,10 @@
virtual int remove(const char *filename);
};
+/**@}*/
+
+/**@}*/
+
} // namespace mbed
#endif


