Skip to content

Commit 4b5d8c9

Browse files
committed
Class is named COMChannel
1 parent 7a81d4d commit 4b5d8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hardware/COMChannel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct ChannelConfig
3030
}
3131
};
3232

33-
class TTYChannel : public IOChannel, public RS232ChannelProtocol
33+
class COMChannel : public IOChannel, public RS232ChannelProtocol
3434
{
3535
private:
3636
HANDLE _fd = INVALID_HANDLE_VALUE;

0 commit comments

Comments
 (0)