Removed trailing garbage after [serialports] device name.
This commit is contained in:
parent
ce03ac889c
commit
1d7b6f9513
|
@ -144,7 +144,7 @@ WINE REGISTRY Version 2
|
||||||
[serialports]
|
[serialports]
|
||||||
"Com1" = "/dev/ttyS0"
|
"Com1" = "/dev/ttyS0"
|
||||||
"Com2" = "/dev/ttyS1"
|
"Com2" = "/dev/ttyS1"
|
||||||
"Com3" = "/dev/modem,38400"
|
"Com3" = "/dev/ttyS2"
|
||||||
"Com4" = "/dev/modem"
|
"Com4" = "/dev/modem"
|
||||||
|
|
||||||
[parallelports]
|
[parallelports]
|
||||||
|
|
Loading…
Reference in New Issue