Fixed typo
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
|||||||
|
|
||||||
const devFolder = "/dev"
|
const devFolder = "/dev"
|
||||||
|
|
||||||
var osPortFiler = regexp.MustCompile("^(cu|tty)\\..*")
|
var osPortFilter = regexp.MustCompile("^(cu|tty)\\..*")
|
||||||
|
|
||||||
const ioctlTcgetattr = unix.TIOCGETA
|
const ioctlTcgetattr = unix.TIOCGETA
|
||||||
const ioctlTcsetattr = unix.TIOCSETA
|
const ioctlTcsetattr = unix.TIOCSETA
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import (
|
|||||||
|
|
||||||
const devFolder = "/dev"
|
const devFolder = "/dev"
|
||||||
|
|
||||||
var osPortFiler = regexp.MustCompile("^(cu|tty)\\..*")
|
var osPortFilter = regexp.MustCompile("^(cu|tty)\\..*")
|
||||||
|
|
||||||
// termios manipulation functions
|
// termios manipulation functions
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ import (
|
|||||||
|
|
||||||
const devFolder = "/dev"
|
const devFolder = "/dev"
|
||||||
|
|
||||||
var osPortFiler = regexp.MustCompile("^(cu|tty)\\..*")
|
var osPortFilter = regexp.MustCompile("^(cu|tty)\\..*")
|
||||||
|
|
||||||
// termios manipulation functions
|
// termios manipulation functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user