From d5ad2a27f4e69e6cc9324331945937c983c30366 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 21 Dec 2010 03:58:22 -0500 Subject: removed flush() from SerialUSB docs. --- docs/source/lang/api/serialusb.rst | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/source/lang/api') 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!")``. `), 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. -- cgit v1.2.3