mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 03:34:53 +08:00
Merge pull request #98 from wjwwood/fix_issue_97
fix warning on Windows
This commit is contained in:
commit
99e57e633c
@ -28,6 +28,7 @@ _prefix_port_if_needed(const wstring &input)
|
||||
{
|
||||
return windows_com_port_prefix + input;
|
||||
}
|
||||
return input;
|
||||
}
|
||||
|
||||
Serial::SerialImpl::SerialImpl (const string &port, unsigned long baudrate,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user