aboutsummaryrefslogtreecommitdiffstats
path: root/source/lang
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-12-21 03:58:22 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-12-21 03:58:22 -0500
commit451f72f34e12b860937b5f40f4118855ef45308f (patch)
treeb5bf5642d8a0616b453bf60437ae1cf5012d3e5a /source/lang
parent44fe17fa8aec8a4d0684ee7309f8eb503f0ad79e (diff)
downloadlibrambutan-451f72f34e12b860937b5f40f4118855ef45308f.tar.gz
librambutan-451f72f34e12b860937b5f40f4118855ef45308f.zip
removed flush() from SerialUSB docs.
Diffstat (limited to 'source/lang')
-rw-r--r--source/lang/api/serialusb.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/lang/api/serialusb.rst b/source/lang/api/serialusb.rst
index e1d12bf..3bb8c00 100644
--- a/source/lang/api/serialusb.rst
+++ b/source/lang/api/serialusb.rst
@@ -87,12 +87,6 @@ world!")``.
<USBSerial::available>`), the call will block until one
becomes available.
-.. cpp:function:: USBSerial::flush()
-
- Removes the contents of the Serial's associated input buffer. That
- is, clears any buffered characters, so that the next character read
- is guaranteed to be new.
-
.. cpp:function:: USBSerial::print(unsigned char b)
Print the given byte over the USB connection.