Skip to content

Commit 425e197

Browse files
author
Bogdan Marinescu
committed
Fix missing case in flow control code
1 parent 4b4b986 commit 425e197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/mbed/common/SerialBase.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ void SerialBase::set_flow_control(Flow type, PinName flow1, PinName flow2) {
9494
break;
9595

9696
case RTSCTS:
97+
case Disabled:
9798
serial_set_flow_control(&_serial, flow_type, flow1, flow2);
9899
break;
99100

0 commit comments

Comments
 (0)