1
0
Эх сурвалжийг харах

Merge commit 'f9981b1ceca99f34ee8f38f9efd5306eda19c657'

Conflicts:
	Sources/SwiftSerial.swift
AleyRobotics Aleynikov Yuri 9 жил өмнө
parent
commit
cfaf24357c

+ 1 - 1
Sources/SwiftSerial.swift

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