Skip to content

Commit

Permalink
Free animals
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYadro committed Jan 15, 2023
1 parent fff6bda commit 851f9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/go-ps3syscon/syscon.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func newSyscon(pName, sMode string) syscon {
}
port, err := serial.Open(pName, pMode)
if err != nil {
// log.Fatal(err)
log.Fatal(err)
}
return syscon{port: port, mode: sMode}
}
Expand Down

0 comments on commit 851f9b3

Please sign in to comment.