Skip to content

Commit c93b315

Browse files
authored
forgot ;
oops. I'm dumb.
1 parent 058ec75 commit c93b315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialMonitor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public SerialMonitor (string portName)
2525
{
2626
_localBuffer = new List <byte> ();
2727
_datPort = new SerialPort (portName, BAUD_RATE);
28-
_datPort.Handshake = Handshake.RequestToSend
28+
_datPort.Handshake = Handshake.RequestToSend;
2929
}
3030

3131
public void Start ()

0 commit comments

Comments
 (0)