Skip to content

Commit 2715635

Browse files
committed
host: remove ftdi (again)
It's not yet stable enough. Will continue iterating on it.
1 parent 2daa037 commit 2715635

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

host.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ package host
66

77
import (
88
"periph.io/x/conn/v3/driver/driverreg"
9-
_ "periph.io/x/host/v3/ftdi"
9+
// TODO(maruel): For now do not include ftdi by default. It's not stable
10+
// enough to warrant being included.
11+
// _ "periph.io/x/host/v3/ftdi"
1012
)
1113

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

0 commit comments

Comments
 (0)