Explorar el Código

Merge commit 'f9981b1ceca99f34ee8f38f9efd5306eda19c657'

Conflicts:
	Sources/SwiftSerial.swift
AleyRobotics Aleynikov Yuri hace 9 años
padre
commit
cfaf24357c
Se han modificado 1 ficheros con 1 adiciones y 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 {