소스 검색

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 {