Skip to content

Commit

Permalink
huh?
Browse files Browse the repository at this point in the history
  • Loading branch information
doHernandezM committed Sep 8, 2021
1 parent 8650e99 commit 170f667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftyPi/SwiftyPi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class SwiftyPiDevice {

var delegate: SwiftyPiDeviceDelegate? = nil

var handler: CompletionHandler? = {print("No completion handler defined")}
var handler: CompletionHandler? = nil //{print("No completion handler defined")}

public init(i2cNumber: Int, theType: SwiftyPiType) {
let i2cs = SwiftyGPIO.hardwareI2Cs(for:board)!
Expand Down

0 comments on commit 170f667

Please sign in to comment.