From e9529080e1bb6779c8139f810d37fc6a8ba51457 Mon Sep 17 00:00:00 2001 From: Erick Kinnee Date: Wed, 6 Mar 2019 08:51:40 -0600 Subject: [PATCH] Update gitignore. --- .gitignore | 1 + Serial.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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)