Skip to content

Commit

Permalink
host: remove ftdi (again)
Browse files Browse the repository at this point in the history
It's not yet stable enough. Will continue iterating on it.
  • Loading branch information
maruel committed Oct 16, 2021
1 parent 2daa037 commit 2715635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion host.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ package host

import (
"periph.io/x/conn/v3/driver/driverreg"
_ "periph.io/x/host/v3/ftdi"
// TODO(maruel): For now do not include ftdi by default. It's not stable
// enough to warrant being included.
// _ "periph.io/x/host/v3/ftdi"
)

// Init calls driverreg.Init() and returns it as-is.
Expand Down

0 comments on commit 2715635

Please sign in to comment.