aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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
commitd5ad2a27f4e69e6cc9324331945937c983c30366 (patch)
treebd39ad0ee33ce0e77b0c630236d912368dc2698e /docs
parent07fa40623307ea474a775d6f9be5ce8afd783f23 (diff)
downloadlibrambutan-d5ad2a27f4e69e6cc9324331945937c983c30366.tar.gz
librambutan-d5ad2a27f4e69e6cc9324331945937c983c30366.zip
removed flush() from SerialUSB docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/lang/api/serialusb.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/source/lang/api/serialusb.rst b/docs/source/lang/api/serialusb.rst
index e1d12bf..3bb8c00 100644
--- a/docs/source/lang/api/serialusb.rst
+++ b/docs/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.