Skip to content

Commit

Permalink
Update UART.swift (#92)
Browse files Browse the repository at this point in the history
Added return in init
  • Loading branch information
emilpedersen authored and uraimo committed Jul 31, 2019
1 parent 92c3681 commit ef75e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/SwiftyGPIO/Generic/UART.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public final class SysFSUART: UARTInterface {
close(fd)
continue
}
return
}
return nil
}
Expand Down

0 comments on commit ef75e5c

Please sign in to comment.