Merge commit 'f9981b1ceca99f34ee8f38f9efd5306eda19c657'
Conflicts: Sources/SwiftSerial.swift
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user