Explorar o código

Merge commit 'f9981b1ceca99f34ee8f38f9efd5306eda19c657'

Conflicts:
	Sources/SwiftSerial.swift
AleyRobotics Aleynikov Yuri %!s(int64=9) %!d(string=hai) anos
pai
achega
cfaf24357c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/SwiftSerial.swift

+ 1 - 1
Sources/SwiftSerial.swift

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