This commit is contained in:
John Lewin 2018-11-29 13:41:24 -08:00
parent 80ea3716d9
commit 970d68f5c0
23 changed files with 31 additions and 31 deletions

View file

@ -56,7 +56,7 @@ namespace MatterHackers.MatterControl
CultureInfo.DefaultThreadCurrentCulture = CultureInfo.InvariantCulture;
CultureInfo.DefaultThreadCurrentUICulture = CultureInfo.InvariantCulture;
// make sure we can bulid a system relevant serial port
// make sure we can build a system relevant serial port
FrostedSerialPortFactory.GetPlatformSerialPort = (serialPortName) =>
{
return new CSharpSerialPortWrapper(serialPortName);