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: Stream.h
- Revision:
- 122:f9eeca106725
- Parent:
- 111:4336505e4b1c
diff -r 6c34061e7c34 -r f9eeca106725 Stream.h
--- a/Stream.h	Wed May 25 16:44:06 2016 +0100
+++ b/Stream.h	Thu Jul 07 14:34:11 2016 +0100
@@ -26,6 +26,10 @@
 extern int mbed_getc(FILE *_file);
 extern char* mbed_gets(char *s, int size, FILE *_file);
 
+/** File stream
+ *
+ * @Note Synchronization level: Set by subclass
+ */
 class Stream : public FileLike {
 
 public:
    

