Skip to content

Commit

Permalink
generalize comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gsexton committed Sep 9, 2024
1 parent 0a36c23 commit f80454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package host

import (
// Make sure sysfs drivers are registered.
// Make sure required drivers are registered.
_ "periph.io/x/host/v3/gpioioctl"
_ "periph.io/x/host/v3/netlink"
_ "periph.io/x/host/v3/sysfs"
Expand Down

0 comments on commit f80454e

Please sign in to comment.