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 C027_Support_New by
Diff: Pipe.h
- Revision:
- 101:edfeb8af206e
- Parent:
- 95:8282dbbe1492
diff -r 5e8b69232ea2 -r edfeb8af206e Pipe.h
--- a/Pipe.h Tue Jul 01 05:46:06 2014 +0000
+++ b/Pipe.h Tue Jul 01 06:41:26 2014 +0000
@@ -212,13 +212,13 @@
return t;
}
- /** commit the index, mrk the current parsing index as consumed data.
+ /** commit the index, mark the current parsing index as consumed data.
*/
void done(void)
{
_r = _o;
}
-
+
private:
/** increment the index
\param i index to increment
