aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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.