aboutsummaryrefslogtreecommitdiff
path: root/docs/source/lang/api
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
commit559b2bbe43211f61656ee037f77eb38419afb184 (patch)
treec8446e40f1c8cd3434d9e26a2f4f4797b4430988 /docs/source/lang/api
parent8c4f52b5ab5d8cb8cdb4a9b827e438301e440ed1 (diff)
removed flush() from SerialUSB docs.
Diffstat (limited to 'docs/source/lang/api')
-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.