Skip to content

Commit

Permalink
Add gpioioctl initialization to host since it's required, and netlink…
Browse files Browse the repository at this point in the history
… to solve another problem.
  • Loading branch information
gsexton committed Sep 9, 2024
1 parent ad454c1 commit 91c118d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions host_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ package host

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

0 comments on commit 91c118d

Please sign in to comment.