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 7a81d4d commit 4b5d8c9Copy full SHA for 4b5d8c9
lib/hardware/COMChannel.h
@@ -30,7 +30,7 @@ struct ChannelConfig
30
}
31
};
32
33
-class TTYChannel : public IOChannel, public RS232ChannelProtocol
+class COMChannel : public IOChannel, public RS232ChannelProtocol
34
{
35
private:
36
HANDLE _fd = INVALID_HANDLE_VALUE;
0 commit comments