@@ -47,3 +47,7 @@ const tcCCTS_OFLOW uint64 = 0x00010000
|
||||
const tcCRTS_IFLOW uint64 = 0x00020000
|
||||
|
||||
const tcCRTSCTS uint64 = (tcCCTS_OFLOW | tcCRTS_IFLOW)
|
||||
|
||||
func toTermiosSpeedType(speed uint64) uint64 {
|
||||
return speed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user