Skip to content

Commit

Permalink
Fixed useCustomSerialParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleric-K committed Mar 17, 2018
1 parent 99bcdc4 commit baa8271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vJoySerialFeeder/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public partial class MainForm : Form
private string protocolConfig = "";

private Configuration config;
private bool useCustomSerialParameters = true;
private bool useCustomSerialParameters;
private Configuration.SerialParameters serialParameters;

private double updateRate;
Expand Down

0 comments on commit baa8271

Please sign in to comment.