We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0214a15 commit 619ca54Copy full SHA for 619ca54
drivers/source/UnbufferedSerial.cpp
@@ -101,18 +101,14 @@ short UnbufferedSerial::poll(short events) const
101
102
int UnbufferedSerial::enable_input(bool enabled)
103
{
104
- lock();
105
SerialBase::enable_input(enabled);
106
- unlock();
107
108
return 0;
109
}
110
111
int UnbufferedSerial::enable_output(bool enabled)
112
113
114
SerialBase::enable_output(enabled);
115
116
117
118
0 commit comments