瀏覽代碼

Merge commit 'f9981b1ceca99f34ee8f38f9efd5306eda19c657'

Conflicts:
	Sources/SwiftSerial.swift
AleyRobotics Aleynikov Yuri 9 年之前
父節點
當前提交
cfaf24357c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {