Merge commit 'f9981b1ceca99f34ee8f38f9efd5306eda19c657'

Conflicts:
	Sources/SwiftSerial.swift
This commit is contained in:
AleyRobotics Aleynikov Yuri
2017-06-24 11:38:25 +03:00

View File

@@ -460,7 +460,7 @@ extension SerialPort {
let character = UnicodeScalar(buffer[0]) let character = UnicodeScalar(buffer[0])
return character return character
} }
} }
} }
public func readByte() throws -> UInt8 { public func readByte() throws -> UInt8 {