Skip to content

Commit cd76f03

Browse files
Update serial.rst
1 parent 36839cb commit cd76f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/serial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Arduino `Serial Reference <https://www.arduino.cc/reference/en/language/function
5050
RP2040 Specific SerialUSB methods
5151
---------------------------------
5252

53-
int Serial.ignoreFlowControl(bool ignore)
54-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
53+
void Serial.ignoreFlowControl(bool ignore)
54+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5555
In some cases, the target application will not assert the DTR virtual line, thus preventing writing operations to succeed.
5656

5757
For this reason, the SerialUSB::ignoreFlowControl() method disables the connection's state verification, enabling the program to write on the port, even though the data might be lost.

0 commit comments

Comments
 (0)