diff --git a/.gitignore b/.gitignore index 3c4efe2..42c50dc 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ bld/ # Visual Studio 2015 cache/options directory .vs/ +.vscode/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ diff --git a/Serial.cs b/Serial.cs index 47bda93..238bcf7 100644 --- a/Serial.cs +++ b/Serial.cs @@ -53,7 +53,6 @@ namespace SharpCAT _serialPort.DataReceived += new SerialDataReceivedEventHandler(SerialDataReceived); _serialPort.ErrorReceived += new SerialErrorReceivedEventHandler(SerialErrorReceived); - } private void SerialErrorReceived(object sender, SerialErrorReceivedEventArgs e)